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

References

tools/clang/lib/AST/ExprConstant.cpp
 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());
 5394       findCompleteObject(Info, LHSExpr, AK_Assign, LHS, LHSExpr->getType());
 5939   CompleteObject Obj = findCompleteObject(Info, E, AK_Destroy, This, ThisType);
 8622     CompleteObject Obj = findCompleteObject(Info, E, AK, Result, AllocType);