Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1249 bool IsInstantiation) { in ActOnLambdaError()
H A DSemaDeclCXX.cpp11915 UsingValidatorCCC(bool HasTypenameKeyword, bool IsInstantiation, in UsingValidatorCCC()
11989 bool IsInstantiation; member in __anon26624a2b2f11::UsingValidatorCCC
12004 const ParsedAttributesView &AttrList, bool IsInstantiation) { in BuildUsingDeclaration()
H A DSemaDecl.cpp14420 bool IsInstantiation) { in ActOnFinishFunctionBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6273 auto IsInstantiation = decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION() local