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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h528 class PreImplicitCall : public ImplicitCallPoint { class in namespace:clang
530 PreImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L, function in class:clang::PreImplicitCall
536 PreImplicitCall() {} function in class:clang::PreImplicitCall
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp94 // PreImplicitCall (so that we would be able to find it when retrying a
158 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>())
H A DPathDiagnostic.cpp744 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>())
H A DCallEvent.cpp191 return PreImplicitCall(D, Loc, getLocationContext(), Tag);
H A DExprEngine.cpp1237 if (L.getAs<PreImplicitCall>())

Completed in 1184 milliseconds