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

  /external/clang/include/clang/AST/
PrettyPrinter.h 43 TerseOutput(false), PolishForDeclaration(false) { }
143 unsigned TerseOutput : 1;
  /external/clang/lib/AST/
DeclPrinter.cpp 221 if (Policy.TerseOutput)
565 else if (D->doesThisDeclarationHaveABody() && !Policy.TerseOutput) {
918 if (OMD->getBody() && !Policy.TerseOutput) {
    [all...]
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 36 Policy.TerseOutput = true;
    [all...]

Completed in 245 milliseconds