Searched defs:VisitVarTemplateDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp96 void VisitVarTemplateDecl(VarTemplateDecl *D);
1189 void ASTDeclWriter::VisitVarTemplateDecl(VarTemplateDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp270 void VisitVarTemplateDecl(VarTemplateDecl *D);
1430 void ASTDeclReader::VisitVarTemplateDecl(VarTemplateDecl *D) { function in class:ASTDeclReader
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp952 Decl *TemplateDeclInstantiator::VisitVarTemplateDecl(VarTemplateDecl *D) { function in class:TemplateDeclInstantiator
/external/clang/lib/AST/
H A DASTImporter.cpp165 Decl *VisitVarTemplateDecl(VarTemplateDecl *D);
4149 Decl *ASTNodeImporter::VisitVarTemplateDecl(VarTemplateDecl *D) { function in class:ASTNodeImporter

Completed in 77 milliseconds