/external/javassist/src/main/javassist/compiler/ast/ |
D | Keyword.java | 23 public class Keyword extends ASTree { class 26 public Keyword(int token) { in Keyword() method in Keyword
|
/external/clang/lib/AST/ |
D | Type.cpp | 1356 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword() 1371 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind() 1387 TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() 1402 ElaboratedTypeKeyword Keyword, in DependentTemplateSpecializationType() 1423 ElaboratedTypeKeyword Keyword, in Profile() 1436 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local
|
D | ASTContext.cpp | 2930 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() 2979 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, in getDependentNameType() 3012 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType() 3027 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 121 static void AddKeyword(StringRef Keyword, in AddKeyword() 157 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
|
/external/v8/src/ |
D | dateparser.h | 215 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword() function
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 776 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local 3131 ElaboratedTypeKeyword Keyword in VisitElaboratedTypeLoc() local 4556 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
|
D | SemaTemplateInstantiate.cpp | 983 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
|
D | SemaTemplate.cpp | 2200 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local 7064 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
|
D | SemaCodeComplete.cpp | 2670 std::string Keyword; in CreateCodeCompletionString() local 4327 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword) argument
|
D | TreeTransform.h | 784 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType() 798 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType() 839 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
|
D | SemaLookup.cpp | 3232 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
|
D | SemaDeclCXX.cpp | 9972 ElaboratedTypeKeyword Keyword in ActOnTemplatedFriendTag() local
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_unittest.cc | 463 TEST_F(TemplateURLTest, Keyword) { in TEST_F() argument
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 584 StringRef Keyword(TheTok.getRawIdentifierData(), in ComputePreamble() local
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1149 const IdentifierInfo *Keyword; variable 1158 NameClassification(const IdentifierInfo *Keyword) in NameClassification()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 706 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4024 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local 4092 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local 4103 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 3301 SourceLocation Keyword, SourceLocation RParen) in CXXNoexceptExpr()
|