Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h427 void VisitVarTemplateDecl(const VarTemplateDecl *VTD) { in VisitVarTemplateDecl() function
H A DASTNodeTraverser.h549 void VisitVarTemplateDecl(const VarTemplateDecl *D) { dumpTemplateDecl(D); } in VisitVarTemplateDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp150 void ASTDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDumper
H A DTextNodeDumper.cpp2005 void TextNodeDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl() function in TextNodeDumper
H A DASTImporter.cpp5679 ExpectedDecl ASTNodeImporter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1570 void ASTDeclWriter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp2141 void ASTDeclReader::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclReader
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1629 Decl *TemplateDeclInstantiator::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in TemplateDeclInstantiator