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 37 ASTConsumer *CreateASTDumper(StringRef FilterString, bool DumpLookups = false);
  /external/clang/lib/Frontend/
ASTConsumers.cpp 40 StringRef FilterString = "", bool DumpLookups = false)
42 FilterString(FilterString), DumpLookups(DumpLookups) {}
81 if (DumpLookups) {
83 DC->dumpLookups(Out);
95 bool DumpLookups;
126 ASTConsumer *clang::CreateASTDumper(StringRef FilterString, bool DumpLookups) {
127 return new ASTPrinter(0, /*Dump=*/ true, FilterString, DumpLookups);

Completed in 194 milliseconds