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

  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 282 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnter =
285 if (callEnter)
286 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true);
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 534 PathDiagnosticLocation callEnter;
544 void setCallee(const CallEnter &CE, const SourceManager &SM);
552 return callEnter;
561 callEnter.flatten();

Completed in 53 milliseconds