reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/StmtPrinter.cpp
  997     if (!Policy.SuppressImplicitBase ||
 1360   if (!Policy.SuppressImplicitBase || !isImplicitThis(Node->getBase())) {
tools/clang/tools/libclang/CIndex.cpp
 4853     return P->SuppressImplicitBase;
 4943     P->SuppressImplicitBase = Value;
tools/clang/unittests/AST/StmtPrinterTest.cpp
  208           [](PrintingPolicy &PP) { PP.SuppressImplicitBase = true; })));
  228                                        PP.SuppressImplicitBase = true;