HomeSort by relevance Sort by last modified time
    Searched refs:callEnter (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 479 PathDiagnosticLocation callEnter;
489 void setCallee(const CallEnter &CE, const SourceManager &SM);
497 return callEnter;
506 callEnter.flatten();
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 105 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnter =
107 if (callEnter)
108 currentPath.push_back(callEnter);
PathDiagnostic.cpp 529 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE,
533 callEnter = PathDiagnosticLocation(CE.getCallExpr(), SM,
551 return new PathDiagnosticEventPiece(callEnter, msg);

Completed in 408 milliseconds