Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp657 llvm::DenseMap<unsigned, IndirectGotoStmt*> JumpScopesMap; in VerifyIndirectJumps() local
664 IndirectGotoStmt *&Entry = JumpScopesMap[IGScope]; in VerifyIndirectJumps()
667 JumpScopes.reserve(JumpScopesMap.size()); in VerifyIndirectJumps()
669 I = JumpScopesMap.begin(), E = JumpScopesMap.end(); I != E; ++I) in VerifyIndirectJumps()