Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h72 SplitTemplateClosers(!LO.CPlusPlus11), TerseOutput(false), in PrintingPolicy()
220 unsigned TerseOutput : 1; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp374 if (Policy.TerseOutput) in VisitDeclContext()
480 if (!Policy.TerseOutput && in VisitDeclContext()
743 if (!Policy.TerseOutput) in VisitFunctionDecl()
775 if (!Policy.TerseOutput) { in VisitFunctionDecl()
795 if (!Policy.TerseOutput && isa<CXXConstructorDecl>(*D)) in VisitFunctionDecl()
1032 if (Policy.TerseOutput) { in VisitCXXRecordDecl()
1305 if (OMD->getBody() && !Policy.TerseOutput) { in VisitObjCMethodDecl()
H A DStmtPrinter.cpp2061 if (Policy.TerseOutput) in VisitLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp447 PP.TerseOutput = 1; in dumpStack()
485 PP.TerseOutput = 1; in printJson()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp186 Policy.TerseOutput = true; in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp246 PPol.TerseOutput = true; in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp583 PPolicy.TerseOutput = true; in getSourceTextOfDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4974 return P->TerseOutput; in clang_PrintingPolicy_getProperty()
5057 P->TerseOutput = Value; in clang_PrintingPolicy_setProperty()