Searched refs:EntryLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Analysis/
H A DThreadSafety.cpp902 SourceLocation EntryLoc; // Location of first statement in block member in struct:CFGBlockInfo
911 return Side == CBS_Entry ? EntryLoc : ExitLoc;
1374 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
1393 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart();
1401 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
2497 CurrBlockInfo->EntryLoc,
2584 PreLoop->EntryLoc,
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1295 DebugLoc EntryLoc = IP->getDebugLoc().getFnDebugLoc(*C); local
1297 IRB.SetCurrentDebugLocation(EntryLoc);
1309 IRB.SetCurrentDebugLocation(EntryLoc);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2527 PathDiagnosticLocation EntryLoc = PathDiagnosticLocation::createBegin(D, SM); local
2528 if (FirstEdge->getStartLocation() != EntryLoc)

Completed in 274 milliseconds