Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h116 dumpDeclContext(DC); in Visit()
269 void dumpDeclContext(const DeclContext *DC) { in dumpDeclContext() function
616 dumpDeclContext(D); in VisitObjCMethodDecl()
H A DDeclBase.h2468 void dumpDeclContext() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp216 LLVM_DUMP_METHOD void DeclContext::dumpDeclContext() const { in dumpDeclContext() function in DeclContext