Searched defs:ImplicitCallPoint (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 506 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K, in ImplicitCallPoint() function 516 ImplicitCallPoint() {} in ImplicitCallPoint() function 532 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag) {} in ImplicitCallPoint() function 549 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag) {} in ImplicitCallPoint() function
|