Searched defs:dumpLookups (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTDumper.cpp180 void dumpLookups(const DeclContext *DC);
510 void ASTDumper::dumpLookups(const DeclContext *DC) { function in class:ASTDumper
2033 void DeclContext::dumpLookups() const { function in class:DeclContext
2034 dumpLookups(llvm::errs());
2037 void DeclContext::dumpLookups(raw_ostream &OS) const { function in class:DeclContext
2043 P.dumpLookups(this);

Completed in 71 milliseconds