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

References

tools/clang/lib/AST/ExprConstant.cpp
 3157 findSubobject(EvalInfo &Info, const Expr *E, const CompleteObject &Obj,
 3383                              const CompleteObject &Obj,
 3441                             const CompleteObject &Obj,
 3507 static CompleteObject findCompleteObject(EvalInfo &Info, const Expr *E,
 3751       CompleteObject LitObj(LVal.Base, &Lit, Base->getType());
 3778   CompleteObject Obj = findCompleteObject(Info, Conv, AK, LVal, Type);
 3793   CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType);
 3918   CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType);
 4063   CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType);
 4964   CompleteObject Obj = findCompleteObject(Info, E, AK, This, QualType());
 5393   CompleteObject Obj =
 5939   CompleteObject Obj = findCompleteObject(Info, E, AK_Destroy, This, ThisType);
 7045     CompleteObject Obj(APValue::LValueBase(), &Val, BaseTy);
 8622     CompleteObject Obj = findCompleteObject(Info, E, AK, Result, AllocType);