Searched defs:EntryLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp449 DebugLoc EntryLoc; local
452 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP);
458 EntryLoc = IP->getDebugLoc();
462 IRB.SetCurrentDebugLocation(EntryLoc);
481 IRB.SetCurrentDebugLocation(EntryLoc);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2512 PathDiagnosticLocation EntryLoc = PathDiagnosticLocation::createBegin(D, SM); local
2513 if (FirstEdge->getStartLocation() != EntryLoc)

Completed in 39 milliseconds