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

References

tools/clang/lib/AST/ExprConstant.cpp
 5249        PathLength >= (int)DynType->PathLength; --PathLength) {
 5249        PathLength >= (int)DynType->PathLength; --PathLength) {
 5250     const CXXRecordDecl *Class = getBaseClassType(Ptr.Designator, PathLength);
 5252       return CastToDerivedClass(Info, E, Ptr, Class, PathLength);
 5254     if (PathLength > (int)DynType->PathLength &&
 5255         !isBaseClassPublic(getBaseClassType(Ptr.Designator, PathLength - 1),