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

/external/clang/lib/Analysis/
H A DThreadSafety.cpp927 SourceLocation ExitLoc; // Location of last statement in block. member in struct:__anon16074::CFGBlockInfo
935 return Side == CBS_Entry ? EntryLoc : ExitLoc;
1407 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
1413 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
1419 if (!CurrBlockInfo->ExitLoc.isInvalid()) {
1434 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
1435 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
2493 PrevBlockInfo->ExitLoc,
2581 Final->ExitLoc,
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp89 SMLoc ExitLoc; member in struct:__anon22219::MacroInstantiation
1780 ExitLoc(EL)
2004 JumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer);

Completed in 170 milliseconds