Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6285 auto IsInstantiation = decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION() local
6287 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation))); in AST_MATCHER_FUNCTION()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1253 bool IsInstantiation) { in ActOnLambdaError() argument
1261 if (!IsInstantiation) in ActOnLambdaError()
H A DSemaDeclCXX.cpp11977 UsingValidatorCCC(bool HasTypenameKeyword, bool IsInstantiation, in UsingValidatorCCC() argument
11980 IsInstantiation(IsInstantiation), OldNNS(NNS), in UsingValidatorCCC()
12040 return HasTypenameKeyword || !IsInstantiation; in ValidateCandidate()
12051 bool IsInstantiation; member in __anon6089c8b42f11::UsingValidatorCCC
12089 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration() argument
12115 assert(IsInstantiation && "no scope in non-instantiation"); in BuildUsingDeclaration()
12196 if (!IsInstantiation) in BuildUsingDeclaration()
12233 UsingValidatorCCC CCC(HasTypenameKeyword, IsInstantiation, SS.getScopeRep(), in BuildUsingDeclaration()
12303 if (IsInstantiation && R.getAsSingle<TypeDecl>()) { in BuildUsingDeclaration()
H A DSemaDecl.cpp14476 bool IsInstantiation) { in ActOnFinishFunctionBody() argument
14779 if (!IsInstantiation && FD && FD->isConstexpr() && !FD->isInvalidDecl() && in ActOnFinishFunctionBody()
14817 if (!IsInstantiation) in ActOnFinishFunctionBody()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2861 Decl *ActOnFinishFunctionBody(Decl *Decl, Stmt *Body, bool IsInstantiation);
5753 const ParsedAttributesView &AttrList, bool IsInstantiation,
6736 bool IsInstantiation = false);