Home
last modified time | relevance | path

Searched refs:TK_DependentFunctionTemplateSpecialization (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDVisitor.cpp281 case FunctionDecl::TK_DependentFunctionTemplateSpecialization: in VisitFunctionDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp689 case FunctionDecl::TK_DependentFunctionTemplateSpecialization: { in VisitFunctionDecl()
1580 FunctionDecl::TK_DependentFunctionTemplateSpecialization) { in VisitCXXMethodDecl()
2194 TK_DependentFunctionTemplateSpecialization) { in getFunctionDeclAbbrev()
2539 FunctionDecl::TK_DependentFunctionTemplateSpecialization>()); in WriteDeclAbbrevs()
HDASTReaderDecl.cpp1014 case FunctionDecl::TK_DependentFunctionTemplateSpecialization: { in VisitFunctionDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h823 case FunctionDecl::TK_DependentFunctionTemplateSpecialization: in getDeclCXXMethodAbbrev()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h349 case FunctionDecl::TK_DependentFunctionTemplateSpecialization: in VisitFunctionDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h1951 TK_DependentFunctionTemplateSpecialization, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp4001 return TK_DependentFunctionTemplateSpecialization; in getTemplatedKind()
HDASTImporter.cpp3413 case FunctionDecl::TK_DependentFunctionTemplateSpecialization: { in ImportTemplateInformation()