Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h46 void VisitVarTemplateDecl(const VarTemplateDecl *D);
H A DTextNodeDumper.h382 void VisitVarTemplateDecl(const VarTemplateDecl *D);
H A DJSONNodeDumper.h457 void VisitVarTemplateDecl(const VarTemplateDecl *VTD) { in VisitVarTemplateDecl() function
H A DASTNodeTraverser.h712 void VisitVarTemplateDecl(const VarTemplateDecl *D) { dumpTemplateDecl(D); } in VisitVarTemplateDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp169 void ASTDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDumper
H A DTextNodeDumper.cpp2736 void TextNodeDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl() function in TextNodeDumper
H A DASTImporter.cpp575 ExpectedDecl VisitVarTemplateDecl(VarTemplateDecl *D);
6637 ExpectedDecl ASTNodeImporter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h110 bool VisitVarTemplateDecl(const VarTemplateDecl *Decl);
501 getDerivedExtractAPIVisitor().VisitVarTemplateDecl(Decl); in WalkUpFromVarTemplateDecl()
910 bool ExtractAPIVisitorBase<Derived>::VisitVarTemplateDecl( in VisitVarTemplateDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp129 void VisitVarTemplateDecl(VarTemplateDecl *D);
1997 void ASTDeclWriter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp390 void VisitVarTemplateDecl(VarTemplateDecl *D);
2496 void ASTDeclReader::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2364 Decl *TemplateDeclInstantiator::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in TemplateDeclInstantiator