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

References

tools/clang/lib/Sema/SemaExpr.cpp
12813         InitializedEntity::InitializeTemporary(LHSExpr->getType());
12821   ExprResult LHS = LHSExpr, RHS = RHSExpr;
12830   std::tie(LHS, RHS) = CorrectDelayedTyposInBinOp(*this, Opc, LHSExpr, RHSExpr);
12835     QualType LHSTy = LHSExpr->getType();
12840       SourceRange SR(LHSExpr->getBeginLoc(), RHSExpr->getEndLoc());
12862       checkOpenMPDeviceExpr(LHSExpr);