Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h207 inline bool isTemplateInstantiation(TemplateSpecializationKind Kind) { isTemplateInstantiation() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp577 bool isTemplateInstantiation = false; in MakeForFunction() local
2651 bool isTemplateInstantiation = false; IssueWarnings() local
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6706 AST_POLYMORPHIC_MATCHER(isTemplateInstantiation,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,VarDecl,CXXRecordDecl)) AST_POLYMORPHIC_MATCHER() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4048 bool FunctionDecl::isTemplateInstantiation() const { isTemplateInstantiation() function in FunctionDecl