Home
last modified time | relevance | path

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

/minix3/external/historical/nawk/dist/
H A Dlex.c44 typedef struct Keyword { struct
48 } Keyword; typedef
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1408 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 DASTContext.cpp3321 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 DIdentifierTable.cpp151 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 DModuleMap.cpp132 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument
133 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
H A DLexer.cpp627 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp1166 StringRef Keyword; in Finish() local
H A DSemaType.cpp908 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local
3593 ElaboratedTypeKeyword Keyword in VisitElaboratedTypeLoc() local
5423 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
H A DSemaTemplateInstantiate.cpp1005 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
H A DSemaCodeComplete.cpp2750 std::string Keyword; in CreateCodeCompletionString() local
4373 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword) argument
H A DSemaTemplate.cpp2238 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local
7990 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
H A DTreeTransform.h861 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
875 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType()
917 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
H A DSemaLookup.cpp3429 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
H A DSemaDeclCXX.cpp12165 ElaboratedTypeKeyword Keyword in ActOnTemplatedFriendTag() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1469 const IdentifierInfo *Keyword; variable
1478 NameClassification(const IdentifierInfo *Keyword) in NameClassification()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp872 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5479 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 DClangAttrEmitter.cpp2769 Keyword = 1 << 3, enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h3333 SourceLocation Keyword, SourceLocation RParen) in CXXNoexceptExpr()