Home
last modified time | relevance | path

Searched refs:DumpDecls (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/lib/AST/
DASTDumper.cpp25 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() argument
61 if (DumpDecls) { in dumpLookups()
216 bool DumpDecls, in dumpLookups() argument
224 P.dumpLookups(this, DumpDecls); in dumpLookups()
/external/llvm-project/clang/lib/Frontend/
DASTConsumers.cpp165 bool DumpDecls, bool Deserialize, bool DumpLookups, in CreateASTDumper() argument
167 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper()
171 : DumpDecls ? ASTPrinter::Dump : ASTPrinter::None, in CreateASTDumper()
/external/llvm-project/clang-tools-extra/clang-move/tool/
DClangMove.cpp87 cl::opt<bool> DumpDecls( variable
128 DumpDecls}; in main()
136 if (DumpDecls) { in main()
/external/clang/include/clang/Frontend/
DASTConsumers.h40 bool DumpDecls,
/external/llvm-project/clang/include/clang/Frontend/
DASTConsumers.h41 bool DumpDecls, bool Deserialize, bool DumpLookups,
/external/clang/lib/Frontend/
DASTConsumers.cpp131 bool DumpDecls, in CreateASTDumper() argument
133 assert((DumpDecls || DumpLookups) && "nothing to dump"); in CreateASTDumper()
134 return llvm::make_unique<ASTPrinter>(nullptr, DumpDecls, FilterString, in CreateASTDumper()
/external/llvm-project/clang/include/clang/AST/
DASTDumper.h35 void dumpLookups(const DeclContext *DC, bool DumpDecls);
DDeclBase.h2425 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,
/external/clang/lib/AST/
DASTDumper.cpp233 void dumpLookups(const DeclContext *DC, bool DumpDecls);
779 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() argument
814 if (DumpDecls) { in dumpLookups()
2484 bool DumpDecls) const { in dumpLookups()
2490 P.dumpLookups(this, DumpDecls); in dumpLookups()
/external/llvm-project/clang-tools-extra/unittests/clang-move/
DClangMoveTests.cpp560 TEST(ClangMove, DumpDecls) { in TEST() argument
/external/clang/include/clang/AST/
DDeclBase.h1798 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false) const;