Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DProgramPoint.h513 class PreImplicitCall : public ImplicitCallPoint {
515 PreImplicitCall(const Decl *D, SourceLocation Loc,
521 PreImplicitCall() {} in PreImplicitCall() function
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp220 return PreImplicitCall(D, Loc, getLocationContext(), Tag); in getProgramPoint()
DExprEngine.cpp1089 if (L.getAs<PreImplicitCall>()) in replayWithoutInlining()