Searched refs:dumpLookups (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ASTDumper.cpp | 25 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() function in ASTDumper 211 LLVM_DUMP_METHOD void DeclContext::dumpLookups() const { in dumpLookups() function in DeclContext 212 dumpLookups(llvm::errs()); in dumpLookups() 215 LLVM_DUMP_METHOD void DeclContext::dumpLookups(raw_ostream &OS, in dumpLookups() function in DeclContext 224 P.dumpLookups(this, DumpDecls); in dumpLookups()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTDumper.h | 35 void dumpLookups(const DeclContext *DC, bool DumpDecls);
|
D | DeclBase.h | 2424 void dumpLookups() const; 2425 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 85 DC->dumpLookups(Out, OutputKind != None, OutputKind == DumpFull); in print()
|
/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() function in ASTDumper 2479 LLVM_DUMP_METHOD void DeclContext::dumpLookups() const { in dumpLookups() function in DeclContext 2480 dumpLookups(llvm::errs()); in dumpLookups() 2483 LLVM_DUMP_METHOD void DeclContext::dumpLookups(raw_ostream &OS, in dumpLookups() function in DeclContext 2490 P.dumpLookups(this, DumpDecls); in dumpLookups()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 84 DC->dumpLookups(Out, Dump); in print()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1797 void dumpLookups() const; 1798 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false) const;
|