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

  /external/clang/include/clang/Analysis/
ProgramPoint.h 551 class PreImplicitCall : public ImplicitCallPoint {
553 PreImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L,
559 PreImplicitCall() {}
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 94 // PreImplicitCall (so that we would be able to find it when retrying a
158 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>())
PathDiagnostic.cpp 740 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>())
    [all...]
CallEvent.cpp 209 return PreImplicitCall(D, Loc, getLocationContext(), Tag);
    [all...]
ExprEngine.cpp     [all...]

Completed in 849 milliseconds