Home
last modified time | relevance | path

Searched refs:PreImplicitCall (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Analysis/
DProgramPoint.h551 class PreImplicitCall : public ImplicitCallPoint {
553 PreImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L,
559 PreImplicitCall() {} in PreImplicitCall() function
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp158 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>()) in shouldCollect()
DPathDiagnostic.cpp740 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>()) in createEndOfPath()
DCallEvent.cpp209 return PreImplicitCall(D, Loc, getLocationContext(), Tag); in getProgramPoint()
DExprEngine.cpp1375 if (L.getAs<PreImplicitCall>()) in replayWithoutInlining()