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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 88 if (auto CallEnter = Call.getCallEnterEvent())
89 Current.push_back(std::move(CallEnter));
252 FullSourceLoc X_CEL = X.callEnter.asLocation();
253 FullSourceLoc Y_CEL = Y.callEnter.asLocation();
699 } else if (Optional<CallEnter> CE = P.getAs<CallEnter>()) {
868 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE,
874 callEnter = getLocationForCaller(CalleeCtx, CE.getLocationContext(), SM);
1016 assert(callEnter.asLocation().isValid());
1017 return std::make_shared<PathDiagnosticEventPiece>(callEnter, Out.str())
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 42 class CallEnter;
590 PathDiagnosticLocation callEnter;
600 void setCallee(const CallEnter &CE, const SourceManager &SM);
605 PathDiagnosticLocation getLocation() const override { return callEnter; }
613 callEnter.flatten();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 341 if (auto callEnter = P.getCallEnterEvent())
342 ReportPiece(o, *callEnter, indent, depth, /*includeControlFlow*/ true,
BugReporter.cpp 97 /// A (CallPiece, node assiciated with its CallEnter) pair.
121 /// would span backwards from a CallExit to a CallEnter with the nodes in
503 if (CallerIsImplicit || !Call->callEnter.asLocation().isValid())
504 Call->callEnter = *LastCallLocation;
516 ThisCallLocation = &Call->callEnter;
1131 if (auto CE = P.getAs<CallEnter>()) {
3140 } else if (auto CE = N->getLocationAs<CallEnter>()) {
3181 SourceLocation CallLoc = CP->callEnter.asLocation();

Completed in 67 milliseconds