Home
last modified time | relevance | path

Searched refs:VisitClassTemplateDecl (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTDumper.h44 void VisitClassTemplateDecl(const ClassTemplateDecl *D);
H A DTextNodeDumper.h344 void VisitClassTemplateDecl(const ClassTemplateDecl *D);
H A DJSONNodeDumper.h424 void VisitClassTemplateDecl(const ClassTemplateDecl *CTD) { in VisitClassTemplateDecl() function
H A DASTNodeTraverser.h529 void VisitClassTemplateDecl(const ClassTemplateDecl *D) { in VisitClassTemplateDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp146 void ASTDumper::VisitClassTemplateDecl(const ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in ASTDumper
H A DDeclPrinter.cpp84 void VisitClassTemplateDecl(ClassTemplateDecl *D);
1185 void DeclPrinter::VisitClassTemplateDecl(ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in DeclPrinter
H A DTextNodeDumper.cpp2001 void TextNodeDumper::VisitClassTemplateDecl(const ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in TextNodeDumper
H A DASTImporter.cpp532 ExpectedDecl VisitClassTemplateDecl(ClassTemplateDecl *D);
5390 ExpectedDecl ASTNodeImporter::VisitClassTemplateDecl(ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h220 bool VisitClassTemplateDecl(ClassTemplateDecl *D);
H A DCXIndexDataConsumer.cpp124 bool VisitClassTemplateDecl(const ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in __anone67901630111::IndexingDeclVisitor
H A DCIndex.cpp950 bool CursorVisitor::VisitClassTemplateDecl(ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in CursorVisitor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp91 void VisitClassTemplateDecl(const ClassTemplateDecl *D);
376 void USRGenerator::VisitClassTemplateDecl(const ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in USRGenerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp110 void VisitClassTemplateDecl(ClassTemplateDecl *D);
1510 void ASTDeclWriter::VisitClassTemplateDecl(ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp385 void VisitClassTemplateDecl(ClassTemplateDecl *D);
2114 void ASTDeclReader::VisitClassTemplateDecl(ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in ASTDeclReader
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1448 Decl *TemplateDeclInstantiator::VisitClassTemplateDecl(ClassTemplateDecl *D) { in VisitClassTemplateDecl() function in TemplateDeclInstantiator