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 223 void dumpLookups(const DeclContext *DC);
572 void ASTDumper::dumpLookups(const DeclContext *DC) {
    [all...]
  /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(nullptr, /*Dump=*/true, FilterString, DumpLookups);
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 152 milliseconds