Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h117 dumpDeclContext(DC); in Visit()
293 void dumpDeclContext(const DeclContext *DC) { in dumpDeclContext() function
640 dumpDeclContext(D); in VisitObjCMethodDecl()
H A DDeclBase.h2468 void dumpDeclContext() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp217 LLVM_DUMP_METHOD void DeclContext::dumpDeclContext() const { in dumpDeclContext() function in DeclContext