Lines Matching refs:getSource

63   const SourceInfo &E = S.Current->getSource(OpPC);  in diagnoseMissingInitializer()
72 const SourceInfo &E = S.Current->getSource(OpPC); in diagnoseUnknownDecl()
98 const SourceInfo &Loc = S.Current->getSource(OpPC); in diagnoseNonConstVariable()
151 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckActive()
169 const SourceInfo &E = S.Current->getSource(OpPC); in CheckTemporary()
266 const SourceInfo &E = S.Current->getSource(OpPC); in CheckArray()
274 const auto &Src = S.Current->getSource(OpPC); in CheckLive()
285 const auto &Src = S.Current->getSource(OpPC); in CheckLive()
345 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckNull()
356 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange()
366 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange()
377 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckSubobject()
426 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckConst()
442 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckMutable()
462 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckVolatile()
479 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckInitialized()
490 S.FFDiag(S.Current->getSource(OpPC), diag::note_constexpr_access_uninit) in CheckInitialized()
506 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckGlobalInitialized()
643 S.FFDiag(S.Current->getSource(OpPC), in CheckCallDepth()
656 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckThis()
673 const SourceInfo &E = S.Current->getSource(OpPC); in CheckPure()
681 const SourceInfo &E = S.Current->getSource(OpPC); in CheckFloatResult()
730 const SourceInfo &E = S.Current->getSource(OpPC); in CheckDynamicMemoryAllocation()
753 const SourceInfo &E = S.Current->getSource(OpPC); in CheckNewDeleteForms()
767 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckDeleteSource()
800 const SourceInfo &E = S.Current->getSource(OpPC); in CheckDummy()