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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 2840     Path = &Paths.front();
 2845   if (!Path && getLangOpts().MSVCCompat) {
 2848         Path = &PossiblePath;
 2857   if (Path) {
 2861           CheckBaseClassAccess(Loc, Base, Derived, *Path, InaccessibleBaseID)) {
 2873       ::BuildBasePathArray(*Path, *BasePath);