Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp343 SourceLocation ExitLoc; member
356 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
820 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations()
826 CurrBlockInfo->ExitLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations()
832 if (CurrBlockInfo->ExitLoc.isValid()) { in findBlockLocations()
846 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
847 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations()
2453 PrevBlockInfo->ExitLoc, in runAnalysis()
2536 Final->ExitLoc, in runAnalysis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1140 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt() local
1146 handleFileExit(ExitLoc); in VisitSwitchStmt()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp97 SMLoc ExitLoc; member
2483 : InstantiationLoc(IL), ExitBuffer(EB), ExitLoc(EL), in MacroInstantiation()
2776 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()