Home
last modified time | relevance | path

Searched defs:VisitVarTemplateDecl (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h452 void VisitVarTemplateDecl(const VarTemplateDecl *VTD) { VisitVarTemplateDecl() function
H A DASTNodeTraverser.h676 void VisitVarTemplateDecl(const VarTemplateDecl *D) { dumpTemplateDecl(D); } VisitVarTemplateDecl() function
/llvm-project/clang/lib/AST/
H A DASTDumper.cpp170 void ASTDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { VisitVarTemplateDecl() function in ASTDumper
H A DTextNodeDumper.cpp2574 void TextNodeDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { VisitVarTemplateDecl() function in TextNodeDumper
H A DASTImporter.cpp6349 ExpectedDecl ASTNodeImporter::VisitVarTemplateDecl(VarTemplateDecl *D) { VisitVarTemplateDecl() function in ASTNodeImporter
/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h865 bool ExtractAPIVisitorBase<Derived>::VisitVarTemplateDecl( VisitVarTemplateDecl() function
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1808 void ASTDeclWriter::VisitVarTemplateDecl(VarTemplateDecl *D) { VisitVarTemplateDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp2479 void ASTDeclReader::VisitVarTemplateDecl(VarTemplateDecl *D) { VisitVarTemplateDecl() function in ASTDeclReader
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1829 Decl *TemplateDeclInstantiator::VisitVarTemplateDecl(VarTemplateDecl *D) { VisitVarTemplateDecl() function in TemplateDeclInstantiator