Searched refs:ExitLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DThreadSafety.cpp903 SourceLocation ExitLoc; // Location of last statement in block. member in struct:CFGBlockInfo
911 return Side == CBS_Entry ? EntryLoc : ExitLoc;
1374 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
1380 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
1386 if (!CurrBlockInfo->ExitLoc.isInvalid()) {
1401 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
1402 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
2530 PrevBlockInfo->ExitLoc,
2615 Final->ExitLoc,
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp96 SMLoc ExitLoc; member in struct:__anon25885::MacroInstantiation
1862 ExitLoc(EL) {}
2139 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer);

Completed in 148 milliseconds