reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/CFG.cpp
 1551       LabelMapTy::iterator LI = LabelMap.find(G->getLabel());
 1554       if (LI == LabelMap.end())
 1569         LabelMapTy::iterator LI = LabelMap.find(L->getLabel());
 1572         if (LI == LabelMap.end())
 1589       LabelMapTy::iterator LI = LabelMap.find(*I);
 1593       if (LI == LabelMap.end()) continue;
 3192   assert(LabelMap.find(L->getDecl()) == LabelMap.end() &&
 3192   assert(LabelMap.find(L->getDecl()) == LabelMap.end() &&
 3194   LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos);
 3246   LabelMapTy::iterator I = LabelMap.find(G->getLabel());
 3248   if (I == LabelMap.end())