Home
last modified time | relevance | path

Searched refs:getCandidates (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp694 Record.push_back(DFTSInfo->getCandidates().size()); in VisitFunctionDecl()
695 for (FunctionTemplateDecl *FTD : DFTSInfo->getCandidates()) in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h708 ArrayRef<FunctionTemplateDecl *> getCandidates() const { in getCandidates() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2321 for (FunctionTemplateDecl *FTD : DFTSI->getCandidates()) { in VisitFunctionDecl()
2722 for (FunctionTemplateDecl *FTD : DFTSI->getCandidates()) { in VisitCXXMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3416 for (FunctionTemplateDecl *FTD : FromInfo->getCandidates()) { in ImportTemplateInformation()