Searched defs:Keyword (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/gperf/src/
H A Dkeyword.h34 struct Keyword struct
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcskeys.c69 char const *Keyword[] = { variable
[all...]
/freebsd-10.0-release/contrib/one-true-awk/
H A Dlex.c40 typedef struct Keyword { struct
44 } Keyword; typedef in typeref:struct:Keyword
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp121 static void AddKeyword(StringRef Keyword, argument
157 static void AddCXXOperatorKeyword(StringRef Keyword, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1397 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { argument
1412 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { argument
1428 TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { argument
1442 DependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, unsigned NumArgs, const TemplateArgument *Args, QualType Canon) argument
1462 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *Qualifier, const IdentifierInfo *Name, unsigned NumArgs, const TemplateArgument *Args) argument
1477 ElaboratedTypeKeyword Keyword; local
[all...]
H A DASTContext.cpp3171 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, argument
3220 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, argument
3252 getDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, const TemplateArgumentListInfo &Args) const argument
3267 getDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, unsigned NumArgs, const TemplateArgument *Args) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp997 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType T) argument
H A DSemaLookup.cpp3287 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { argument
H A DSemaType.cpp907 ElaboratedTypeKeyword Keyword local
3446 ElaboratedTypeKeyword Keyword local
4963 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, argument
H A DSemaCodeComplete.cpp2753 std::string Keyword; local
[all...]
H A DSemaTemplate.cpp2201 ElaboratedTypeKeyword Keyword local
7089 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, argument
H A DSemaDeclCXX.cpp10884 ElaboratedTypeKeyword Keyword local
H A DTreeTransform.h851 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, argument
795 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType Named) argument
809 RebuildDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp857 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3860 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, argument
3920 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, argument
3954 Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, QualType NamedType) argument
3983 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, QualType CanonType) argument
4017 Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1298 const IdentifierInfo *Keyword; member in class:clang::Sema::NameClassification
1307 NameClassification(const IdentifierInfo *Keyword) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4768 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; local
4836 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; local
4847 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++]; local

Completed in 504 milliseconds