Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A 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()
H A DVarBypassDetector.h46 llvm::DenseMap<const Stmt *, unsigned> ToScopes; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp91 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
869 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() argument
870 if (CHECK_PERMISSIVE(ToScopes.empty())) in NoteJumpIntoScopes()
872 for (unsigned I = 0, E = ToScopes.size(); I != E; ++I) in NoteJumpIntoScopes()
873 if (Scopes[ToScopes[I]].InDiag) in NoteJumpIntoScopes()
874 S.Diag(Scopes[ToScopes[I]].Loc, Scopes[ToScopes[I]].InDiag); in NoteJumpIntoScopes()