Home
last modified time | relevance | path

Searched refs:ToScopes (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DVarBypassDetector.cpp22 ToScopes.clear(); in Init()
124 ToScopes[SubStmt] = ParentScope; in BuildScopeInformation()
142 Detect(from, ToScopes[LS]); in Detect()
146 Detect(from, ToScopes[SC]); in Detect()
DVarBypassDetector.h46 llvm::DenseMap<const Stmt *, unsigned> ToScopes; variable
/external/clang/lib/Sema/
DJumpDiagnostics.cpp81 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
786 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() argument
787 if (CHECK_PERMISSIVE(ToScopes.empty())) in NoteJumpIntoScopes()
789 for (unsigned I = 0, E = ToScopes.size(); I != E; ++I) in NoteJumpIntoScopes()
790 if (Scopes[ToScopes[I]].InDiag) in NoteJumpIntoScopes()
791 S.Diag(Scopes[ToScopes[I]].Loc, Scopes[ToScopes[I]].InDiag); in NoteJumpIntoScopes()
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp84 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
846 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() argument
847 if (CHECK_PERMISSIVE(ToScopes.empty())) in NoteJumpIntoScopes()
849 for (unsigned I = 0, E = ToScopes.size(); I != E; ++I) in NoteJumpIntoScopes()
850 if (Scopes[ToScopes[I]].InDiag) in NoteJumpIntoScopes()
851 S.Diag(Scopes[ToScopes[I]].Loc, Scopes[ToScopes[I]].InDiag); in NoteJumpIntoScopes()