/minix3/external/historical/nawk/dist/ |
H A D | lex.c | 44 typedef struct Keyword { struct 48 } Keyword; typedef
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 1408 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword() 1423 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind() 1438 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() 1453 ElaboratedTypeKeyword Keyword, in DependentTemplateSpecializationType() 1474 ElaboratedTypeKeyword Keyword, in Profile() 1487 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local
|
H A D | ASTContext.cpp | 3321 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() 3370 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, in getDependentNameType() 3401 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType() 3416 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType()
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 151 static void AddKeyword(StringRef Keyword, in AddKeyword() 170 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
|
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 132 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument 133 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
|
H A D | Lexer.cpp | 627 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1166 StringRef Keyword; in Finish() local
|
H A D | SemaType.cpp | 908 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local 3593 ElaboratedTypeKeyword Keyword in VisitElaboratedTypeLoc() local 5423 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
|
H A D | SemaTemplateInstantiate.cpp | 1005 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
|
H A D | SemaCodeComplete.cpp | 2750 std::string Keyword; in CreateCodeCompletionString() local 4373 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword) argument
|
H A D | SemaTemplate.cpp | 2238 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local 7990 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
|
H A D | TreeTransform.h | 861 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType() 875 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType() 917 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
|
H A D | SemaLookup.cpp | 3429 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
|
H A D | SemaDeclCXX.cpp | 12165 ElaboratedTypeKeyword Keyword in ActOnTemplatedFriendTag() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 1469 const IdentifierInfo *Keyword; variable 1478 NameClassification(const IdentifierInfo *Keyword) in NameClassification()
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 872 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 5479 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local 5558 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local 5569 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; in readTypeRecord() local
|
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2769 Keyword = 1 << 3, enumerator
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 3333 SourceLocation Keyword, SourceLocation RParen) in CXXNoexceptExpr()
|