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

References

tools/clang/lib/AST/ExprConstant.cpp
 8730          PathE = E->path_end(); PathI != PathE; ++PathI) {
 8730          PathE = E->path_end(); PathI != PathE; ++PathI) {
 8731       assert(!(*PathI)->isVirtual() && "memptr cast through vbase");
 8732       const CXXRecordDecl *Base = (*PathI)->getType()->getAsCXXRecordDecl();