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

  /external/clang/unittests/AST/
NamedDeclPrinterTest.cpp 34 bool SuppressUnwrittenScope;
37 explicit PrintMatch(bool suppressUnwrittenScope)
38 : NumFoundDecls(0), SuppressUnwrittenScope(suppressUnwrittenScope) {}
50 Policy.SuppressUnwrittenScope = SuppressUnwrittenScope;
65 bool SuppressUnwrittenScope,
68 PrintMatch Printer(SuppressUnwrittenScope);
101 /*SuppressUnwrittenScope*/ false,
113 /*SuppressUnwrittenScope*/ true
    [all...]
  /external/clang/include/clang/AST/
PrettyPrinter.h 40 SuppressUnwrittenScope(false), SuppressInitializers(false),
94 bool SuppressUnwrittenScope : 1;
  /external/clang/lib/Index/
USRGeneration.cpp 709 PO.SuppressUnwrittenScope = true;
  /external/clang/lib/AST/
TypePrinter.cpp 869 if (Policy.SuppressUnwrittenScope &&
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 59 milliseconds