Searched defs:ImplicitCallPoint (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 556 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K, in ImplicitCallPoint() function 584 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() function 602 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() function
|