HomeSort by: relevance | last modified time | path
    Searched refs:VisitVarTemplateDecl (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTDumper.h 45 void VisitVarTemplateDecl(const VarTemplateDecl *D);
JSONNodeDumper.h 427 void VisitVarTemplateDecl(const VarTemplateDecl *VTD) {
TextNodeDumper.h 346 void VisitVarTemplateDecl(const VarTemplateDecl *D);
ASTNodeTraverser.h 549 void VisitVarTemplateDecl(const VarTemplateDecl *D) { dumpTemplateDecl(D); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDumper.cpp 150 void ASTDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) {
TextNodeDumper.cpp 2005 void TextNodeDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) {
ASTImporter.cpp 535 ExpectedDecl VisitVarTemplateDecl(VarTemplateDecl *D);
5679 ExpectedDecl ASTNodeImporter::VisitVarTemplateDecl(VarTemplateDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 111 void VisitVarTemplateDecl(VarTemplateDecl *D);
1570 void ASTDeclWriter::VisitVarTemplateDecl(VarTemplateDecl *D) {
ASTReaderDecl.cpp 387 void VisitVarTemplateDecl(VarTemplateDecl *D);
2141 void ASTDeclReader::VisitVarTemplateDecl(VarTemplateDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1629 Decl *TemplateDeclInstantiator::VisitVarTemplateDecl(VarTemplateDecl *D) {

Completed in 44 milliseconds