Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DProgramPoint.h568 class PostImplicitCall : public ImplicitCallPoint {
570 PostImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L,
576 PostImplicitCall() {} in PostImplicitCall() function
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp277 Loc.getAs<PostImplicitCall>() || in dispatchWorkItem()
559 N->getLocation().getAs<PostImplicitCall>()) { in enqueueStmtNode()
DPathDiagnostic.cpp672 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) { in create()
DCallEvent.cpp210 return PostImplicitCall(D, Loc, getLocationContext(), Tag); in getProgramPoint()
DExprEngine.cpp584 PostImplicitCall PP(NE->getOperatorNew(), NE->getLocStart(), LCtx); in ProcessNewAllocator()
626 PostImplicitCall PP(Dtor, DE->getLocStart(), LCtx); in ProcessDeleteDtor()