Home
last modified time | relevance | path

Searched refs:IsInstantiation (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6728 auto IsInstantiation = decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION() local
6730 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation))); in AST_MATCHER_FUNCTION()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1497 bool IsInstantiation) { in ActOnLambdaError() argument
1505 if (!IsInstantiation) in ActOnLambdaError()
H A DSemaDeclCXX.cpp12724 UsingValidatorCCC(bool HasTypenameKeyword, bool IsInstantiation, in UsingValidatorCCC() argument
12727 IsInstantiation(IsInstantiation), OldNNS(NNS), in UsingValidatorCCC()
12787 return HasTypenameKeyword || !IsInstantiation; in ValidateCandidate()
12798 bool IsInstantiation; member in __anonc650e9f63011::UsingValidatorCCC
12836 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration() argument
12862 assert(IsInstantiation && "no scope in non-instantiation"); in BuildUsingDeclaration()
12943 if (!IsInstantiation) in BuildUsingDeclaration()
12980 UsingValidatorCCC CCC(HasTypenameKeyword, IsInstantiation, SS.getScopeRep(), in BuildUsingDeclaration()
13050 if (IsInstantiation && R.getAsSingle<TypeDecl>()) { in BuildUsingDeclaration()
H A DSemaDecl.cpp16002 bool IsInstantiation) { in ActOnFinishFunctionBody() argument
16363 if (!IsInstantiation && FD && in ActOnFinishFunctionBody()
16407 if (!IsInstantiation) in ActOnFinishFunctionBody()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3172 Decl *ActOnFinishFunctionBody(Decl *Decl, Stmt *Body, bool IsInstantiation);
6338 const ParsedAttributesView &AttrList, bool IsInstantiation,
7338 bool IsInstantiation = false);