Searched refs:ImplicitCallPoint (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 102 ImplicitCallPoint PC = castAs<ImplicitCallPoint>(); in printJson() 111 ImplicitCallPoint PC = castAs<ImplicitCallPoint>(); in printJson()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 558 class ImplicitCallPoint : public ProgramPoint { 560 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K, in ImplicitCallPoint() function 570 ImplicitCallPoint() = default; 582 class PreImplicitCall : public ImplicitCallPoint { 586 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag) {} in ImplicitCallPoint() function 599 class PostImplicitCall : public ImplicitCallPoint { 603 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag) {} in ImplicitCallPoint() function
|