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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 2195     if (IsMemberAccess && ExpTy->isPointerType()) {
 2199       ExpTy = ExpTy->castAs<PointerType>()->getPointeeType();
 2199       ExpTy = ExpTy->castAs<PointerType>()->getPointeeType();
 2200       if (ExpTy->isRecordType()) {