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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
  355     return Side == CBS_Entry ? EntryLoc : ExitLoc;
  819       CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc();
  825           CurrBlockInfo->ExitLoc = CS->getStmt()->getBeginLoc();
  831     if (CurrBlockInfo->ExitLoc.isValid()) {
  845       CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
  846           BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
 2453                          PrevBlockInfo->ExitLoc,
 2536                    Final->ExitLoc,