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

  /external/clang/include/clang/AST/
PrettyPrinter.h 43 Bool(LO.Bool), TerseOutput(false), PolishForDeclaration(false),
149 unsigned TerseOutput : 1;
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 99 Policy.TerseOutput = true;
  /external/clang/lib/AST/
DeclPrinter.cpp 222 if (Policy.TerseOutput)
574 else if (D->doesThisDeclarationHaveABody() && !Policy.TerseOutput) {
944 if (OMD->getBody() && !Policy.TerseOutput) {
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 426 PP.TerseOutput = 1;
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 36 Policy.TerseOutput = true;
    [all...]

Completed in 74 milliseconds