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

12

/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp283 StringRef Keyword; local
[all...]
H A DMasmParser.cpp4811 StringRef Keyword; local
H A DAsmParser.cpp3551 StringRef Keyword; local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp443 ElaboratedTypeKeyword Keyword = ElaboratedTypeKeyword::None; local
H A DASTContext.cpp5013 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, argument
5080 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, argument
5106 getDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, ArrayRef<TemplateArgumentLoc> Args) const argument
5117 getDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, ArrayRef<TemplateArgument> Args) const argument
5742 getAutoTypeInternal( QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, bool IsPack, ConceptDecl *TypeConstraintConcept, ArrayRef<TemplateArgument> TypeConstraintArgs, bool IsCanon) const argument
5797 getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, bool IsPack, ConceptDecl *TypeConstraintConcept, ArrayRef<TemplateArgument> TypeConstraintArgs) const argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h57 Keyword, member in class:clang::extractapi::DeclarationFragments::FragmentKind
/freebsd-current/contrib/one-true-awk/
H A Dlex.c40 typedef struct Keyword { struct
44 } Keyword; typedef in typeref:struct:Keyword
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h161 Keyword, member in class:llvm::pdb::PDB_ColorItem
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h117 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { function in class:clang::AttributeCommonInfo::Form
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp252 static void AddKeyword(StringRef Keyword, argument
268 static void AddCXXOperatorKeyword(StringRef Keyword, argument
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp259 ElaboratedTypeKeyword Keyword = ET->getKeyword(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp396 const auto Keyword = *(Tokens.end() - 1); local
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1433 StringRef Keyword; local
H A DSemaTemplateInstantiate.cpp1722 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType T) argument
H A DSemaCoroutine.cpp184 isValidCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) argument
670 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword, bool IsImplicit = false) argument
775 ActOnCoroutineBodyStart(Scope *SC, SourceLocation KWLoc, StringRef Keyword) argument
859 checkSuspensionContext(Sema &S, SourceLocation Loc, StringRef Keyword) argument
[all...]
H A DTreeTransform.h1053 QualType RebuildAutoType(QualType Deduced, AutoTypeKeyword Keyword, argument
1149 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, argument
1095 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType Named) argument
1109 RebuildDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args, bool AllowInjectedClassName) argument
[all...]
H A DSemaType.cpp1611 ElaboratedTypeKeyword Keyword local
9695 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, argument
H A DSemaCodeComplete.cpp3686 std::string Keyword; local
[all...]
H A DSemaTemplate.cpp4374 ElaboratedTypeKeyword Keyword local
11196 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, argument
11227 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h501 void setFirstCoroutineStmt(SourceLocation Loc, StringRef Keyword) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4699 auto Keyword = local
H A DParseDecl.cpp1276 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); local
1465 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); local
1773 auto Keyword = local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp671 StringRef Keyword = TheTok.getRawIdentifier(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4095 CXXNoexceptExpr(QualType Ty, Expr *Operand, CanThrowResult Val, SourceLocation Keyword, SourceLocation RParen) argument
H A DType.h5795 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, argument
5858 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, QualType NamedType, QualType CanonType, TagDecl *OwnedTagDecl) argument
5901 Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, QualType NamedType, TagDecl *OwnedTagDecl) argument
5934 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, QualType CanonType) argument
5961 Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name) argument
[all...]

Completed in 408 milliseconds

12