Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDProgramPoint.h545 class PostImplicitCall : public ImplicitCallPoint {
547 PostImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L,
553 PostImplicitCall() {} in PostImplicitCall() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp265 Loc.getAs<PostImplicitCall>() || in dispatchWorkItem()
542 N->getLocation().getAs<PostImplicitCall>()) { in enqueueStmtNode()
HDPathDiagnostic.cpp679 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) { in create()
HDCallEvent.cpp192 return PostImplicitCall(D, Loc, getLocationContext(), Tag); in getProgramPoint()
HDExprEngine.cpp578 PostImplicitCall PP(NE->getOperatorNew(), NE->getLocStart(), LCtx); in ProcessNewAllocator()
620 PostImplicitCall PP(Dtor, DE->getLocStart(), LCtx); in ProcessDeleteDtor()