reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2195 if (IsMemberAccess && ExpTy->isPointerType()) { 2199 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); 2199 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); 2200 if (ExpTy->isRecordType()) {