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

References

tools/clang/lib/AST/ExprConstant.cpp
10452     SpeculativeEvaluationRAII SpeculativeEval(Info);
10453     IgnoreSideEffectsRAII Fold(Info);
10459       if (!EvaluateAsRValue(Info, E, RVal))
10461       LVal.setFrom(Info.Ctx, RVal);
10462     } else if (!EvaluatePointer(ignorePointerCastsAndParens(E), LVal, Info,
10475   if (!determineEndOffset(Info, E->getExprLoc(), Type, LVal, EndOffset))