Home
last modified time | relevance | path

Searched refs:VisitFunctionTemplateDecl (Results 1 – 9 of 9) sorted by relevance

/external/clang/tools/libclang/
DCursorVisitor.h217 bool VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
DIndexDecl.cpp295 bool VisitFunctionTemplateDecl(const FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in __anon4cd561f10111::IndexingDeclVisitor
DCIndex.cpp887 bool CursorVisitor::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in CursorVisitor
/external/clang/lib/Index/
DUSRGeneration.cpp81 void VisitFunctionTemplateDecl(const FunctionTemplateDecl *D);
296 void USRGenerator::VisitFunctionTemplateDecl(const FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in USRGenerator
/external/clang/lib/AST/
DDeclPrinter.cpp70 void VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
612 VisitFunctionTemplateDecl(FTD); in VisitFriendDecl()
888 void DeclPrinter::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in DeclPrinter
DASTDumper.cpp264 void VisitFunctionTemplateDecl(const FunctionTemplateDecl *D);
1150 void ASTDumper::VisitFunctionTemplateDecl(const FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in ASTDumper
/external/clang/lib/Serialization/
DASTWriterDecl.cpp97 void VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
1298 void ASTDeclWriter::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in ASTDeclWriter
DASTReaderDecl.cpp285 void VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
1801 void ASTDeclReader::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in ASTDeclReader
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1086 TemplateDeclInstantiator::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in TemplateDeclInstantiator