Home
last modified time | relevance | path

Searched defs:IsInstantiation (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1554 ActOnLambdaError(SourceLocation StartLoc,Scope * CurScope,bool IsInstantiation) ActOnLambdaError() argument
H A DSemaDeclCXX.cpp12551 UsingValidatorCCC(bool HasTypenameKeyword,bool IsInstantiation,NestedNameSpecifier * NNS,CXXRecordDecl * RequireMemberOf) UsingValidatorCCC() argument
12625 bool IsInstantiation; global() member in __anon47e04d133011::UsingValidatorCCC
12653 BuildUsingDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,bool HasTypenameKeyword,SourceLocation TypenameLoc,CXXScopeSpec & SS,DeclarationNameInfo NameInfo,SourceLocation EllipsisLoc,const ParsedAttributesView & AttrList,bool IsInstantiation,bool IsUsingIfExists) BuildUsingDeclaration() argument
[all...]
H A DSemaDecl.cpp15742 ActOnFinishFunctionBody(Decl * dcl,Stmt * Body,bool IsInstantiation) ActOnFinishFunctionBody() argument
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6752 auto IsInstantiation = decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), AST_MATCHER_FUNCTION() local