Searched refs:VisitClassTemplateDecl (Results 1 - 11 of 11) sorted by relevance

/external/clang/tools/libclang/
H A DCursorVisitor.h218 bool VisitClassTemplateDecl(ClassTemplateDecl *D);
H A DIndexDecl.cpp273 bool VisitClassTemplateDecl(const ClassTemplateDecl *D) { function in class:__anon5080::IndexingDeclVisitor
H A DCIndexUSRs.cpp76 void VisitClassTemplateDecl(const ClassTemplateDecl *D);
284 void USRGenerator::VisitClassTemplateDecl(const ClassTemplateDecl *D) { function in class:USRGenerator
H A DCIndex.cpp868 bool CursorVisitor::VisitClassTemplateDecl(ClassTemplateDecl *D) { function in class:CursorVisitor
/external/clang/include/clang/Sema/
H A DTemplate.h419 Decl *VisitClassTemplateDecl(ClassTemplateDecl *D);
/external/clang/lib/AST/
H A DDeclPrinter.cpp71 void VisitClassTemplateDecl(ClassTemplateDecl *D);
875 void DeclPrinter::VisitClassTemplateDecl(ClassTemplateDecl *D) { function in class:DeclPrinter
H A DASTDumper.cpp210 void VisitClassTemplateDecl(const ClassTemplateDecl *D);
962 void ASTDumper::VisitClassTemplateDecl(const ClassTemplateDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp157 Decl *VisitClassTemplateDecl(ClassTemplateDecl *D);
3919 Decl *ASTNodeImporter::VisitClassTemplateDecl(ClassTemplateDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp91 void VisitClassTemplateDecl(ClassTemplateDecl *D);
1085 void ASTDeclWriter::VisitClassTemplateDecl(ClassTemplateDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp254 void VisitClassTemplateDecl(ClassTemplateDecl *D);
1330 void ASTDeclReader::VisitClassTemplateDecl(ClassTemplateDecl *D) { function in class:ASTDeclReader
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp766 Decl *TemplateDeclInstantiator::VisitClassTemplateDecl(ClassTemplateDecl *D) { function in class:TemplateDeclInstantiator

Completed in 214 milliseconds