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

/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp344 SourceLocation ExitLoc;
357 return Side == CBS_Entry ? EntryLoc : ExitLoc;
818 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc();
824 CurrBlockInfo->ExitLoc = CS->getStmt()->getBeginLoc();
830 if (CurrBlockInfo->ExitLoc.isValid()) {
844 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
845 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
849 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
2483 intersectAndWarn(ExpectedExitSet, Final->ExitSet, Final->ExitLoc,
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1316 SourceLocation ExitLoc = getEnd(S); local
1323 handleFileExit(ExitLoc);
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp92 SMLoc ExitLoc; member in struct:__anon2381::MacroInstantiation
1040 SMLoc ExitLoc, raw_svector_ostream &OS);
3295 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer,
6938 instantiateMacroLikeBody(M, DirectiveLoc, /*ExitLoc=*/getTok().getLoc(), OS);
6941 SMLoc ExitLoc,
6951 ExitLoc, TheCondStack.size()};
7026 instantiateMacroLikeBody(M, DirectiveLoc, /*ExitLoc=*/DirectiveLoc, OS);
6940 instantiateMacroLikeBody(MCAsmMacro *M, SMLoc DirectiveLoc, SMLoc ExitLoc, raw_svector_ostream &OS) argument
H A DAsmParser.cpp93 SMLoc ExitLoc; member in struct:__anon2372::MacroInstantiation
2930 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer);

Completed in 232 milliseconds