/external/one-true-awk/ |
D | lex.c | 40 typedef struct Keyword { struct 44 } Keyword; argument
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamparser.h | 22 enum SyntaxType { EndOfData, Number, Keyword, Name, Others }; enumerator
|
/external/llvm/tools/llvm-pdbdump/ |
D | LinePrinter.h | 71 Keyword, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.h | 146 Keyword, enumerator
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 160 static void AddKeyword(StringRef Keyword, in AddKeyword() 185 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 493 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 490 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 436 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local
|
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 104 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) { in checkCoroutineContext()
|
D | SemaType.cpp | 1461 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local 2937 unsigned Keyword; in GetDeclSpecTypeForDeclarator() local 4919 ElaboratedTypeKeyword Keyword in VisitElaboratedTypeLoc() local 7212 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
|
D | DeclSpec.cpp | 1204 StringRef Keyword; in Finish() local
|
D | SemaTemplateInstantiate.cpp | 971 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
|
D | SemaCodeComplete.cpp | 2813 std::string Keyword; in CreateCodeCompletionString() local 4600 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword) argument
|
D | TreeTransform.h | 860 QualType RebuildAutoType(QualType Deduced, AutoTypeKeyword Keyword) { in RebuildAutoType() 891 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType() 905 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType() 947 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
|
/external/clang/lib/AST/ |
D | Type.cpp | 2416 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword() 2431 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind() 2446 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() 2461 ElaboratedTypeKeyword Keyword, in DependentTemplateSpecializationType() 2483 ElaboratedTypeKeyword Keyword, in Profile() 2495 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local
|
D | ASTContext.cpp | 3500 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() 3549 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, in getDependentNameType() 3580 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType() 3593 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType() 4040 QualType ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType()
|
/external/v8/src/ |
D | dateparser.h | 177 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword() function
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 131 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument 132 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
|
D | Lexer.cpp | 621 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
|
/external/libchrome/third_party/jinja2/ |
D | nodes.py | 575 class Keyword(Helper): class
|
/external/python/cpython2/Lib/plat-mac/ |
D | aetypes.py | 127 class Keyword: class
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5451 AutoTypeKeyword Keyword = (AutoTypeKeyword)Record[Idx++]; in readTypeRecord() local 5519 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local 5603 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local 5614 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1564 const IdentifierInfo *Keyword; variable 1573 NameClassification(const IdentifierInfo *Keyword) in NameClassification()
|
/external/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 92 char* Keyword; // Name of variable member
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 918 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
|