Home
last modified time | relevance | path

Searched defs:Keyword (Results 1 – 25 of 25) 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/llvm/tools/llvm-pdbdump/
DLinePrinter.h70 Keyword, enumerator
/external/clang/lib/Basic/
DIdentifierTable.cpp159 static void AddKeyword(StringRef Keyword, in AddKeyword()
184 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
/external/llvm/lib/AsmParser/
DLLLexer.cpp490 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
/external/clang/lib/AST/
DType.cpp2410 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword()
2425 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind()
2440 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName()
2455 ElaboratedTypeKeyword Keyword, in DependentTemplateSpecializationType()
2476 ElaboratedTypeKeyword Keyword, in Profile()
2489 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local
DASTContext.cpp3464 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
3513 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, in getDependentNameType()
3544 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType()
3559 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType()
3986 QualType ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType()
/external/clang/lib/Sema/
DSemaCoroutine.cpp104 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) { in checkCoroutineContext()
DSemaType.cpp1379 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local
2725 unsigned Keyword; in GetDeclSpecTypeForDeclarator() local
4630 ElaboratedTypeKeyword Keyword in VisitElaboratedTypeLoc() local
6846 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
DDeclSpec.cpp1177 StringRef Keyword; in Finish() local
DSemaTemplateInstantiate.cpp969 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
DTreeTransform.h851 QualType RebuildAutoType(QualType Deduced, AutoTypeKeyword Keyword) { in RebuildAutoType()
882 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
896 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType()
938 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
DSemaCodeComplete.cpp2801 std::string Keyword; in CreateCodeCompletionString() local
4580 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword) argument
DSemaTemplate.cpp2324 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local
8143 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
DSemaLookup.cpp3796 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
DSemaDeclCXX.cpp12316 ElaboratedTypeKeyword Keyword in ActOnTemplatedFriendTag() local
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dpageint.h24 enum SyntaxType { EndOfData, Number, Keyword, Name, Others }; enumerator
/external/v8/src/
Ddateparser.h177 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword() function
/external/clang/lib/Lex/
DModuleMap.cpp134 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument
135 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
DLexer.cpp621 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
/external/clang/lib/Serialization/
DASTReader.cpp5418 AutoTypeKeyword Keyword = (AutoTypeKeyword)Record[Idx++]; in readTypeRecord() local
5486 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local
5570 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local
5581 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local
/external/clang/include/clang/Sema/
DSema.h1527 const IdentifierInfo *Keyword; variable
1536 NameClassification(const IdentifierInfo *Keyword) in NameClassification()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmscgats.c92 char* Keyword; // Name of variable member
/external/clang/lib/Parse/
DParseDecl.cpp902 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2849 Keyword = 1 << 3, enumerator
/external/clang/include/clang/AST/
DExprCXX.h3492 SourceLocation Keyword, SourceLocation RParen) in CXXNoexceptExpr()