Searched refs:EntryLoc (Results 1 – 3 of 3) sorted by relevance
902 SourceLocation EntryLoc; // Location of first statement in block member911 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()1374 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations()1393 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart(); in findBlockLocations()1401 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()2497 CurrBlockInfo->EntryLoc, in runAnalysis()2584 PreLoop->EntryLoc, in runAnalysis()
1295 DebugLoc EntryLoc = IP->getDebugLoc().getFnDebugLoc(*C); in InjectCoverageAtBlock() local1297 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()1309 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
2527 PathDiagnosticLocation EntryLoc = PathDiagnosticLocation::createBegin(D, SM); in dropFunctionEntryEdge() local2528 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()