From b43a50ff1b0b171ece84425b0ad83a9a31f038fa Mon Sep 17 00:00:00 2001 From: Steve Naroff Date: Wed, 28 Jan 2009 19:39:02 +0000 Subject: 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 --- docs/InternalsManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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.
  1. tok::annot_typename: 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 Decl* for the type.
  2. tok::annot_cxxscope: This annotation token represents a C++ scope -- cgit v1.2.1