Home
last modified time | relevance | path

Searched refs:TerseOutput (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclPrinterTest.cpp39 Policy.TerseOutput = true; in PrintDecl()
214 [](PrintingPolicy &Policy) { Policy.TerseOutput = false; })); in TEST()
222 [](PrintingPolicy &Policy) { Policy.TerseOutput = false; })); in TEST()
229 [](PrintingPolicy &Policy) { Policy.TerseOutput = false; })); in TEST()
236 [](PrintingPolicy &Policy) { Policy.TerseOutput = false; })); in TEST()
244 [](PrintingPolicy &Policy) { Policy.TerseOutput = false; })); in TEST()
251 [](PrintingPolicy &Policy) { Policy.TerseOutput = false; })); in TEST()
258 [](PrintingPolicy &Policy) { Policy.TerseOutput = false; })); in TEST()
265 [](PrintingPolicy &Policy) { Policy.TerseOutput = false; })); in TEST()
272 [](PrintingPolicy &Policy) { Policy.TerseOutput = false; })); in TEST()
[all …]
H A DStmtPrinterTest.cpp297 [](PrintingPolicy &PP) { PP.TerseOutput = true; })); in TEST()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DPrettyPrinter.h70 SplitTemplateClosers(!LO.CPlusPlus11), TerseOutput(false), in PrintingPolicy()
221 unsigned TerseOutput : 1; member
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp376 if (Policy.TerseOutput) in VisitDeclContext()
482 if (!Policy.TerseOutput && in VisitDeclContext()
743 if (!Policy.TerseOutput) in VisitFunctionDecl()
775 if (!Policy.TerseOutput) { in VisitFunctionDecl()
794 if (!Policy.TerseOutput && isa<CXXConstructorDecl>(*D)) in VisitFunctionDecl()
1042 if (Policy.TerseOutput) { in VisitCXXRecordDecl()
1318 if (OMD->getBody() && !Policy.TerseOutput) { in VisitObjCMethodDecl()
H A DStmtPrinter.cpp2232 if (Policy.TerseOutput) in VisitLambdaExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp186 Policy.TerseOutput = true; in checkASTCodeBody()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp500 PP.TerseOutput = 1; in dumpStack()
538 PP.TerseOutput = 1; in printJson()
/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp246 PPol.TerseOutput = true; in run()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp304 PP.TerseOutput = true; in TEST()
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp583 PPolicy.TerseOutput = true; in getSourceTextOfDeclaration()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.cpp1057 PrintPolicy.TerseOutput = true; in SelectionTree()
H A DHover.cpp58 Base.TerseOutput = true; in getPrintingPolicy()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp851 m_desc_policy.TerseOutput = true; in CodeComplete()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5170 return P->TerseOutput; in clang_PrintingPolicy_getProperty()
5253 P->TerseOutput = Value; in clang_PrintingPolicy_setProperty()