clang API Documentation
#include <ProgramPoint.h>
Public Member Functions | |
PreImplicitCall (const Decl *D, SourceLocation Loc, const LocationContext *L, const ProgramPointTag *Tag=nullptr) | |
Friends | |
class | ProgramPoint |
Represents a program point just before an implicit call event.
Explicit calls will appear as PreStmt program points.
Definition at line 528 of file ProgramPoint.h.
clang::PreImplicitCall::PreImplicitCall | ( | const Decl * | D, |
SourceLocation | Loc, | ||
const LocationContext * | L, | ||
const ProgramPointTag * | Tag = nullptr |
||
) | [inline] |
Definition at line 530 of file ProgramPoint.h.
friend class ProgramPoint [friend] |
Reimplemented from clang::ImplicitCallPoint.
Definition at line 535 of file ProgramPoint.h.