Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCursorVisitor.h218 bool VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
DCXIndexDataConsumer.cpp136 bool VisitFunctionTemplateDecl(const FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in __anon1f1212030111::IndexingDeclVisitor
DCIndex.cpp902 bool CursorVisitor::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in CursorVisitor
/external/clang/lib/Index/
DUSRGeneration.cpp81 void VisitFunctionTemplateDecl(const FunctionTemplateDecl *D);
321 void USRGenerator::VisitFunctionTemplateDecl(const FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in USRGenerator
/external/clang/lib/AST/
DDeclPrinter.cpp79 void VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
677 VisitFunctionTemplateDecl(FTD); in VisitFriendDecl()
967 void DeclPrinter::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in DeclPrinter
DASTDumper.cpp456 void VisitFunctionTemplateDecl(const FunctionTemplateDecl *D);
1389 void ASTDumper::VisitFunctionTemplateDecl(const FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in ASTDumper
/external/clang/lib/Serialization/
DASTWriterDecl.cpp105 void VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
1462 void ASTDeclWriter::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in ASTDeclWriter
DASTReaderDecl.cpp322 void VisitFunctionTemplateDecl(FunctionTemplateDecl *D);
2066 void ASTDeclReader::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in ASTDeclReader
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1325 TemplateDeclInstantiator::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl() function in TemplateDeclInstantiator