Lines Matching refs:getSource
106 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckInitialized()
138 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckActive()
156 const SourceInfo &E = S.Current->getSource(OpPC); in CheckTemporary()
187 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckExtern()
197 const SourceInfo &E = S.Current->getSource(OpPC); in CheckArray()
205 const auto &Src = S.Current->getSource(OpPC); in CheckLive()
216 const auto &Src = S.Current->getSource(OpPC); in CheckLive()
236 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckNull()
245 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange()
254 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange()
266 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckConst()
277 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckMutable()
381 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckThis()
398 const SourceInfo &E = S.Current->getSource(OpPC); in CheckPure()
436 DiagnoseUninitializedSubobject(S, S.Current->getSource(OpPC), ElemType, in CheckArrayInitialized()
462 DiagnoseUninitializedSubobject(S, S.Current->getSource(OpPC), in CheckFieldsInitialized()