Home
last modified time | relevance | path

Searched refs:PolishForDeclaration (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
DPrettyPrinter.h51 TerseOutput(false), PolishForDeclaration(false), in PrintingPolicy()
186 unsigned PolishForDeclaration : 1; member
/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h63 PolishForDeclaration(false), Half(LO.Half), in PrintingPolicy()
215 unsigned PolishForDeclaration : 1; member
/external/llvm-project/clang/unittests/Tooling/
DQualTypeNamesTest.cpp31 Policy.PolishForDeclaration = true; in VisitValueDecl()
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp103 Policy.PolishForDeclaration = true; in checkASTCodeBody()
/external/clang/lib/AST/
DDeclPrinter.cpp201 if (Policy.PolishForDeclaration) in prettyPrintAttributes()
221 if (Policy.PolishForDeclaration) in prettyPrintPragmas()
1090 else if (Policy.PolishForDeclaration) in VisitObjCMethodDecl()
1329 if (Policy.PolishForDeclaration) in VisitObjCPropertyDecl()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp187 Policy.PolishForDeclaration = true; in checkASTCodeBody()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp230 if (Policy.PolishForDeclaration) in prettyPrintAttributes()
252 if (Policy.PolishForDeclaration) in prettyPrintPragmas()
1276 else if (Policy.PolishForDeclaration) in VisitObjCMethodDecl()
1544 if (Policy.PolishForDeclaration) in VisitObjCPropertyDecl()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp472 Policy.PolishForDeclaration = true; in getFullyQualifiedName()
/external/llvm-project/clang/lib/Index/
DCommentToXML.cpp582 PPolicy.PolishForDeclaration = true; in getSourceTextOfDeclaration()
/external/clang/lib/Index/
DCommentToXML.cpp587 PPolicy.PolishForDeclaration = true; in getSourceTextOfDeclaration()
/external/llvm-project/clang-tools-extra/clangd/
DHover.cpp56 Policy.PolishForDeclaration = true; in printingPolicyForDecls()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4935 return P->PolishForDeclaration; in clang_PrintingPolicy_getProperty()
5019 P->PolishForDeclaration = Value; in clang_PrintingPolicy_setProperty()