Searched defs:ImplicitCallPoint (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 559 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K, in ImplicitCallPoint() function 585 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag) {} in ImplicitCallPoint() function 602 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag) {} in ImplicitCallPoint() function
|