Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1555 bool IsInstantiation) { in ActOnLambdaError()
H A DSemaDeclCXX.cpp12610 UsingValidatorCCC(bool HasTypenameKeyword, bool IsInstantiation, in UsingValidatorCCC()
12684 bool IsInstantiation; member in __anon42c808803111::UsingValidatorCCC
12712 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration()
H A DSemaDecl.cpp15788 bool IsInstantiation) { in ActOnFinishFunctionBody()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6752 auto IsInstantiation = decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION() local