Home
last modified time | relevance | path

Searched refs:SuppressImplicitBase (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h66 SuppressImplicitBase(false), FullyQualifiedName(false), in PrintingPolicy()
252 unsigned SuppressImplicitBase : 1; member
/external/llvm-project/clang/unittests/AST/
DStmtPrinterTest.cpp210 [](PrintingPolicy &PP) { PP.SuppressImplicitBase = true; }))); in TEST()
230 PP.SuppressImplicitBase = true; in TEST()
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1020 if (!Policy.SuppressImplicitBase || in VisitObjCIvarRefExpr()
1420 if (!Policy.SuppressImplicitBase || !isImplicitThis(Node->getBase())) { in VisitMemberExpr()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4947 return P->SuppressImplicitBase; in clang_PrintingPolicy_getProperty()
5037 P->SuppressImplicitBase = Value; in clang_PrintingPolicy_setProperty()