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

  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 275 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnter =
278 if (callEnter)
279 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true);
HTMLDiagnostics.cpp 105 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnter =
107 if (callEnter)
108 currentPath.push_back(callEnter);
  /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();

Completed in 59 milliseconds