Home
last modified time | relevance | path

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

12

/external/one-true-awk/
Dlex.c40 typedef struct Keyword { struct
44 } Keyword; argument
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.h22 enum SyntaxType { EndOfData, Number, Keyword, Name, Others }; enumerator
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.h71 Keyword, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.h146 Keyword, enumerator
/external/clang/lib/Basic/
DIdentifierTable.cpp160 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/
DLLLexer.cpp493 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
/external/llvm/lib/AsmParser/
DLLLexer.cpp490 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp436 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local
/external/clang/lib/Sema/
DSemaCoroutine.cpp104 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) { in checkCoroutineContext()
DSemaType.cpp1461 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()
DDeclSpec.cpp1204 StringRef Keyword; in Finish() local
DSemaTemplateInstantiate.cpp971 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
DSemaCodeComplete.cpp2813 std::string Keyword; in CreateCodeCompletionString() local
4600 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword) argument
DTreeTransform.h860 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/
DType.cpp2416 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
DASTContext.cpp3500 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/
Ddateparser.h177 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword() function
/external/clang/lib/Lex/
DModuleMap.cpp131 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument
132 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
DLexer.cpp621 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
/external/libchrome/third_party/jinja2/
Dnodes.py575 class Keyword(Helper): class
/external/python/cpython2/Lib/plat-mac/
Daetypes.py127 class Keyword: class
/external/clang/lib/Serialization/
DASTReader.cpp5451 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/
DSema.h1564 const IdentifierInfo *Keyword; variable
1573 NameClassification(const IdentifierInfo *Keyword) in NameClassification()
/external/pdfium/third_party/lcms/src/
Dcmscgats.c92 char* Keyword; // Name of variable member
/external/clang/lib/Parse/
DParseDecl.cpp918 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local

12