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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h545 class PostImplicitCall : public ImplicitCallPoint { class in namespace:clang
547 PostImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L, function in class:clang::PostImplicitCall
553 PostImplicitCall() {} function in class:clang::PostImplicitCall
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp264 Loc.getAs<PostImplicitCall>() ||
525 N->getLocation().getAs<PostImplicitCall>()) {
H A DPathDiagnostic.cpp676 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) {
H A DCallEvent.cpp192 return PostImplicitCall(D, Loc, getLocationContext(), Tag);
H A DExprEngine.cpp569 PostImplicitCall PP(NE->getOperatorNew(), NE->getLocStart(), LCtx);
611 PostImplicitCall PP(Dtor, DE->getLocStart(), LCtx);

Completed in 1085 milliseconds