reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/DeclPrinter.cpp
  368   if (Policy.TerseOutput)
  474     if (!Policy.TerseOutput &&
  725       if (!Policy.TerseOutput)
  751     if (!Policy.TerseOutput) {
  770       if (!Policy.TerseOutput && isa<CXXConstructorDecl>(*D))
  992     if (Policy.TerseOutput) {
 1296   if (OMD->getBody() && !Policy.TerseOutput) {
tools/clang/lib/AST/StmtPrinter.cpp
 1996   if (Policy.TerseOutput)
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  481   PP.TerseOutput = 1;
  524   PP.TerseOutput = 1;
tools/clang/lib/Index/CommentToXML.cpp
  577   PPolicy.TerseOutput = true;
tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  186     Policy.TerseOutput = true;
tools/clang/tools/extra/clangd/Selection.cpp
  490   PrintPolicy.TerseOutput = true;
tools/clang/tools/extra/clangd/XRefs.cpp
  447   Policy.TerseOutput = true;
tools/clang/tools/libclang/CIndex.cpp
 4839     return P->TerseOutput;
 4922     P->TerseOutput = Value;
tools/clang/unittests/AST/DeclPrinterTest.cpp
   38   Policy.TerseOutput = true;
  548     [](PrintingPolicy &Policy){ Policy.TerseOutput = false; }));
tools/clang/unittests/AST/StmtPrinterTest.cpp
  246       PolicyAdjusterType([](PrintingPolicy &PP) { PP.TerseOutput = true; })));
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  721     m_desc_policy.TerseOutput = true;