Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6752 auto IsInstantiation = decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION() local
6754 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation))); in AST_MATCHER_FUNCTION()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1555 bool IsInstantiation) { in ActOnLambdaError() argument
1563 if (!IsInstantiation) in ActOnLambdaError()
H A DSemaDeclCXX.cpp12270 /*IsInstantiation*/ false, in ActOnUsingDeclaration()
12610 UsingValidatorCCC(bool HasTypenameKeyword, bool IsInstantiation, in UsingValidatorCCC() argument
12613 IsInstantiation(IsInstantiation), OldNNS(NNS), in UsingValidatorCCC()
12673 return HasTypenameKeyword || !IsInstantiation; in ValidateCandidate()
12684 bool IsInstantiation; member in __anon42c808803111::UsingValidatorCCC
12712 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration() argument
12738 assert(IsInstantiation && "no scope in non-instantiation"); in BuildUsingDeclaration()
12819 if (!IsInstantiation) in BuildUsingDeclaration()
12856 UsingValidatorCCC CCC(HasTypenameKeyword, IsInstantiation, S in BuildUsingDeclaration()
[all...]
H A DSemaDecl.cpp15788 bool IsInstantiation) { in ActOnFinishFunctionBody() argument
16158 if (!IsInstantiation && FD && in ActOnFinishFunctionBody()
16202 if (!IsInstantiation) in ActOnFinishFunctionBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3762 Decl *ActOnFinishFunctionBody(Decl *Decl, Stmt *Body, bool IsInstantiation);
4917 bool IsInstantiation, bool IsUsingIfExists);
8839 bool IsInstantiation = false);