summaryrefslogtreecommitdiffstats
path: root/docs/InternalsManual.html
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-01-28 19:39:02 +0000
committerSteve Naroff <snaroff@apple.com>2009-01-28 19:39:02 +0000
commitb43a50ff1b0b171ece84425b0ad83a9a31f038fa (patch)
tree3b111985bb883a4d00bd6b9547adc04759a88ece /docs/InternalsManual.html
parent64134057d2e859c78e24570fe3cf238975a02b0d (diff)
Name change (isTypeName->getTypeName).
Since it doesn't return a bool, is shouldn't be prefixed with 'is'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/InternalsManual.html')
-rw-r--r--docs/InternalsManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index 27232843d3..f35dcc2de9 100644
--- a/docs/InternalsManual.html
+++ b/docs/InternalsManual.html
@@ -600,7 +600,7 @@ is. See below for the different valid kinds.</li>
<ol>
<li><b>tok::annot_typename</b>: This annotation token represents a
resolved typename token that is potentially qualified. The AnnotationValue
-field contains a pointer returned by Action::isTypeName(). In the case of the
+field contains a pointer returned by Action::getTypeName(). In the case of the
Sema actions module, this is a <tt>Decl*</tt> for the type.</li>
<li><b>tok::annot_cxxscope</b>: This annotation token represents a C++ scope