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 528 class PreImplicitCall : public ImplicitCallPoint {
530 PreImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L,
536 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 744 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>())
    [all...]
CallEvent.cpp 191 return PreImplicitCall(D, Loc, getLocationContext(), Tag);
    [all...]
ExprEngine.cpp     [all...]

Completed in 39 milliseconds