Home
last modified time | relevance | path

Searched refs:VisitVarTemplateDecl (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTDumper.cpp450 void VisitVarTemplateDecl(const VarTemplateDecl *D);
1332 void ASTDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDumper
HDASTImporter.cpp170 Decl *VisitVarTemplateDecl(VarTemplateDecl *D);
4371 Decl *ASTNodeImporter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTNodeImporter
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp96 void VisitVarTemplateDecl(VarTemplateDecl *D);
1301 void ASTDeclWriter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclWriter
HDASTReaderDecl.cpp320 void VisitVarTemplateDecl(VarTemplateDecl *D);
1893 void ASTDeclReader::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclReader
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp1122 Decl *TemplateDeclInstantiator::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in TemplateDeclInstantiator