Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h82 PostImplicitCallKind, enumerator
84 MaxImplicitCallKind = PostImplicitCallKind,
602 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() argument
608 return Location.getKind() == PostImplicitCallKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp110 case ProgramPoint::PostImplicitCallKind: { in printJson()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3437 if (N->getLocation().getKind() == ProgramPoint::PostImplicitCallKind) { in VisitNode()