Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp23 ToScopes.clear(); in Init()
125 ToScopes[SubStmt] = ParentScope; in BuildScopeInformation()
147 Detect(from, ToScopes[LS]); in Detect()
151 Detect(from, ToScopes[SC]); in Detect()
H A DVarBypassDetector.h47 llvm::DenseMap<const Stmt *, unsigned> ToScopes; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp91 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
902 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() argument
903 if (CHECK_PERMISSIVE(ToScopes.empty())) in NoteJumpIntoScopes()
905 for (unsigned I = 0, E = ToScopes.size(); I != E; ++I) in NoteJumpIntoScopes()
906 if (Scopes[ToScopes[I]].InDiag) in NoteJumpIntoScopes()
907 S.Diag(Scopes[ToScopes[I]].Loc, Scopes[ToScopes[I]].InDiag); in NoteJumpIntoScopes()