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

References

tools/clang/lib/Sema/SemaExpr.cpp
 4650   if (LHSTy->isDependentType() || RHSTy->isDependentType()) {
 4670   } else if (const PointerType *PTy = RHSTy->getAs<PointerType>()) {
 4676                RHSTy->getAs<ObjCObjectPointerType>()) {
 4722   } else if (RHSTy->isArrayType()) {
 4726     RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy),
 4728     RHSTy = RHSExp->getType();
 4732     ResultType = RHSTy->getAs<PointerType>()->getPointeeType();