HomeSort by relevance Sort by last modified time
    Searched refs:VisitTemplateDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
DeclPrinter.cpp 69 void VisitTemplateDecl(const TemplateDecl *D);
866 VisitTemplateDecl(TTPD);
874 void DeclPrinter::VisitTemplateDecl(const TemplateDecl *D) {
    [all...]
ASTDumper.cpp 263 void VisitTemplateDecl(const TemplateDecl *D, bool DumpExplicitInst);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 93 void VisitTemplateDecl(TemplateDecl *D);
    [all...]
ASTReaderDecl.cpp 281 DeclID VisitTemplateDecl(TemplateDecl *D);
    [all...]

Completed in 130 milliseconds