HomeSort by: relevance | last modified time | path
    Searched refs:CurLC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 436 const LocationContext *CurLC = Pred->getLocationContext();
437 const StackFrameContext *CallerSFC = CurLC->getStackFrame();
458 CallEnter Loc(CallE, CalleeSFC, CurLC);
736 const LocationContext *CurLC = Pred->getLocationContext();
737 const StackFrameContext *CallerSFC = CurLC->getStackFrame();
BugReporterVisitors.cpp 1749 const LocationContext *CurLC = Succ->getLocationContext();
1751 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) {
1752 BR.markInvalid("Suppress IDC", CurLC);
1774 CFGStmtMap *Map = CurLC->getAnalysisDeclContext()->getCFGStmtMap();
1790 BR.markInvalid("Suppress Macro IDC", CurLC);

Completed in 46 milliseconds