Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h117 dumpDeclContext(DC); in Visit()
299 void dumpDeclContext(const DeclContext *DC) { in dumpDeclContext() function
666 dumpDeclContext(D); in VisitObjCMethodDecl()
H A DDeclBase.h2690 void dumpDeclContext() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp236 LLVM_DUMP_METHOD void DeclContext::dumpDeclContext() const { in dumpDeclContext() function in DeclContext