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

  /external/clang/include/clang/Frontend/
ASTConsumers.h 41 bool DumpLookups);
  /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...]

Completed in 60 milliseconds