Home
last modified time | relevance | path

Searched refs:ImplicitCallPoint (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp154 return castAs<ImplicitCallPoint>().getLocation(); in getSourceLocation()
156 return castAs<ImplicitCallPoint>().getLocation(); in getSourceLocation()
221 ImplicitCallPoint PC = castAs<ImplicitCallPoint>(); in printJson()
230 ImplicitCallPoint PC = castAs<ImplicitCallPoint>(); in printJson()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h564 class ImplicitCallPoint : public ProgramPoint {
566 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K, in ImplicitCallPoint() function
577 ImplicitCallPoint() = default;
589 class PreImplicitCall : public ImplicitCallPoint {
594 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() function
607 class PostImplicitCall : public ImplicitCallPoint {
612 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() function