Searched refs:DumpDecls (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ASTDumper.cpp | 25 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/ |
D | ASTConsumers.cpp | 165 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/ |
D | ClangMove.cpp | 87 cl::opt<bool> DumpDecls( variable 128 DumpDecls}; in main() 136 if (DumpDecls) { in main()
|
/external/clang/include/clang/Frontend/ |
D | ASTConsumers.h | 40 bool DumpDecls,
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | ASTConsumers.h | 41 bool DumpDecls, bool Deserialize, bool DumpLookups,
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 131 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/ |
D | ASTDumper.h | 35 void dumpLookups(const DeclContext *DC, bool DumpDecls);
|
D | DeclBase.h | 2425 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 233 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/ |
D | ClangMoveTests.cpp | 560 TEST(ClangMove, DumpDecls) { in TEST() argument
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1798 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false) const;
|