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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp22 ToScopes.clear();
124 ToScopes[SubStmt] = ParentScope;
142 Detect(from, ToScopes[LS]);
146 Detect(from, ToScopes[SC]);
H A DVarBypassDetector.h46 llvm::DenseMap<const Stmt *, unsigned> ToScopes; member in class:clang::CodeGen::VarBypassDetector
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp82 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
819 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { argument
820 if (CHECK_PERMISSIVE(ToScopes.empty()))
822 for (unsigned I = 0, E = ToScopes.size(); I != E; ++I)
823 if (Scopes[ToScopes[I]].InDiag)
824 S.Diag(Scopes[ToScopes[I]].Loc, Scopes[ToScopes[I]].InDiag);

Completed in 178 milliseconds