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

References

tools/clang/lib/AST/CXXInheritance.cpp
   74   ScratchPath.clear();
  198   AccessSpecifier AccessToHere = ScratchPath.Access;
  199   bool IsFirstStep = ScratchPath.empty();
  241       ScratchPath.push_back(Element);
  259         ScratchPath.Access = BaseSpec.getAccessSpecifier();
  261         ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
  268     if (BaseMatches(&BaseSpec, ScratchPath)) {
  273         Paths.push_back(ScratchPath);
  325       ScratchPath.pop_back();
  335   ScratchPath.Access = AccessToHere;