Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h133 dumpDeclContext(DC);
336 void dumpDeclContext(const DeclContext *DC) { in dumpDeclContext() function
757 dumpDeclContext(D); in VisitObjCMethodDecl()
H A DDeclBase.h2708 void dumpDeclContext() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp224 LLVM_DUMP_METHOD void DeclContext::dumpDeclContext() const { in dumpDeclContext() function in DeclContext