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

References

tools/clang/lib/AST/ExprConstant.cpp
 2161     Info.FFDiag(DiagLoc, diag::note_constexpr_uninitialized)
 2164       Info.Note(SubobjectLoc, diag::note_constexpr_subobject_declared_here);
 2179       if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy,
 2186     return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy,
 2192         CERK, Info, DiagLoc, Value.getUnionField()->getType(),
 2201         if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(),
 2212       if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(),
 2222     LVal.setFrom(Info.Ctx, Value);
 2223     return CheckLValueConstantExpression(Info, DiagLoc, Type, LVal, Usage,
 2229     return CheckMemberPointerConstantExpression(Info, DiagLoc, Type, Value, Usage);