HomeSort by relevance Sort by last modified time
    Searched refs:dumpLookups (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
ASTDumper.cpp 233 void dumpLookups(const DeclContext *DC, bool DumpDecls);
779 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) {
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 39 StringRef FilterString = "", bool DumpLookups = false)
41 FilterString(FilterString), DumpLookups(DumpLookups) {}
59 Out << ((Dump || DumpLookups) ? "Dumping " : "Printing ") << getName(D)
81 if (DumpLookups) {
84 DC->dumpLookups(Out, Dump);
99 bool DumpLookups;
132 bool DumpLookups) {
133 assert((DumpDecls || DumpLookups) && "nothing to dump");
135 DumpLookups);
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 877 milliseconds