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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 2834   bool DerivationOkay = IsDerivedFrom(Loc, Derived, Base, Paths);
 2839   if (!Paths.isAmbiguous(Context.getCanonicalType(Base).getUnqualifiedType()))
 2840     Path = &Paths.front();
 2846     for (const CXXBasePath &PossiblePath : Paths) {
 2884     Paths.clear();
 2885     Paths.setRecordingPaths(true);
 2886     bool StillOkay = IsDerivedFrom(Loc, Derived, Base, Paths);
 2894     std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths);