Searched refs:ImplicitCallPoint (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ProgramPoint.cpp | 102 ImplicitCallPoint PC = castAs<ImplicitCallPoint>(); in printJson() 111 ImplicitCallPoint PC = castAs<ImplicitCallPoint>(); in printJson()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 554 class ImplicitCallPoint : public ProgramPoint { 556 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K, in ImplicitCallPoint() function 567 ImplicitCallPoint() = default; 579 class PreImplicitCall : public ImplicitCallPoint { 584 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() function 597 class PostImplicitCall : public ImplicitCallPoint { 602 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() function
|