Home
last modified time | relevance | path

Searched defs:Keyword (Results 1 – 18 of 18) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
DKeyword.java23 public class Keyword extends ASTree { class
26 public Keyword(int token) { in Keyword() method in Keyword
/external/clang/lib/AST/
DType.cpp1356 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
DASTContext.cpp2930 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/
DIdentifierTable.cpp121 static void AddKeyword(StringRef Keyword, in AddKeyword()
157 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
/external/v8/src/
Ddateparser.h215 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword() function
/external/clang/lib/Sema/
DSemaType.cpp776 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local
3131 ElaboratedTypeKeyword Keyword in VisitElaboratedTypeLoc() local
4556 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
DSemaTemplateInstantiate.cpp983 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
DSemaTemplate.cpp2200 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local
7064 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
DSemaCodeComplete.cpp2670 std::string Keyword; in CreateCodeCompletionString() local
4327 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword) argument
DTreeTransform.h784 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
798 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType()
839 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
DSemaLookup.cpp3232 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
DSemaDeclCXX.cpp9972 ElaboratedTypeKeyword Keyword in ActOnTemplatedFriendTag() local
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_unittest.cc463 TEST_F(TemplateURLTest, Keyword) { in TEST_F() argument
/external/clang/lib/Lex/
DLexer.cpp584 StringRef Keyword(TheTok.getRawIdentifierData(), in ComputePreamble() local
/external/clang/include/clang/Sema/
DSema.h1149 const IdentifierInfo *Keyword; variable
1158 NameClassification(const IdentifierInfo *Keyword) in NameClassification()
/external/clang/lib/Parse/
DParseDecl.cpp706 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
/external/clang/lib/Serialization/
DASTReader.cpp4024 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/
DExprCXX.h3301 SourceLocation Keyword, SourceLocation RParen) in CXXNoexceptExpr()