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

References

tools/clang/lib/AST/ExprConstant.cpp
 8883          PathE = E->path_end(); PathI != PathE; ++PathI) {
 8883          PathE = E->path_end(); PathI != PathE; ++PathI) {
 8884       assert(!(*PathI)->isVirtual() && "record rvalue with virtual base");
 8885       const CXXRecordDecl *Base = (*PathI)->getType()->getAsCXXRecordDecl();