Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1497 ActOnLambdaError(SourceLocation StartLoc,Scope * CurScope,bool IsInstantiation) ActOnLambdaError() argument
H A DSemaDeclCXX.cpp12724 UsingValidatorCCC(bool HasTypenameKeyword,bool IsInstantiation,NestedNameSpecifier * NNS,CXXRecordDecl * RequireMemberOf) UsingValidatorCCC() argument
12798 bool IsInstantiation; global() member in __anon5bed44923011::UsingValidatorCCC
12836 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.cpp16002 ActOnFinishFunctionBody(Decl * dcl,Stmt * Body,bool IsInstantiation) ActOnFinishFunctionBody() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6728 auto IsInstantiation = decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), AST_MATCHER_FUNCTION() local