Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h73 PolishForDeclaration(false), Half(LO.Half), in PrintingPolicy()
225 unsigned PolishForDeclaration : 1; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp187 Policy.PolishForDeclaration = true; in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp234 if (Policy.PolishForDeclaration) in prettyPrintAttributes()
256 if (Policy.PolishForDeclaration) in prettyPrintPragmas()
1310 else if (Policy.PolishForDeclaration) in VisitObjCMethodDecl()
1578 if (Policy.PolishForDeclaration) in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp582 PPolicy.PolishForDeclaration = true; in getSourceTextOfDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4976 return P->PolishForDeclaration; in clang_PrintingPolicy_getProperty()
5060 P->PolishForDeclaration = Value; in clang_PrintingPolicy_setProperty()