Home
last modified time | relevance | path

Searched refs:dumpDeclContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h117 dumpDeclContext(DC); in Visit()
293 void dumpDeclContext(const DeclContext *DC) { in dumpDeclContext() function
647 dumpDeclContext(D); in VisitObjCMethodDecl()
H A DDeclBase.h2518 void dumpDeclContext() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp218 LLVM_DUMP_METHOD void DeclContext::dumpDeclContext() const { in dumpDeclContext() function in DeclContext