class PostImplicitCall
Declaration
class PostImplicitCall : public ImplicitCallPoint { /* full declaration omitted */ };
Description
Represents a program point just after an implicit call event. Explicit calls will appear as PostStmt program points.
Declared at: clang/include/clang/Analysis/ProgramPoint.h:599
Inherits from: ImplicitCallPoint
Member Variables
Method Overview
- public PostImplicitCall(const clang::Decl * D, clang::SourceLocation Loc, const clang::LocationContext * L, const clang::ProgramPointTag * Tag = nullptr)
- private PostImplicitCall()
- private static bool isKind(const clang::ProgramPoint & Location)
Inherited from ImplicitCallPoint:
Inherited from ProgramPoint:
- public Profile
- public castAs
- public dump
- public getAs
- protected getData1
- protected getData2
- public getHashValue
- public getKind
- public getLocationContext
- public getProgramPoint
- public getStackFrame
- public getTag
- public isPurgeKind
- public printJson
- protected setData2
- public withTag
Methods
¶PostImplicitCall(
const clang::Decl* D,
clang::SourceLocation Loc,
const clang::LocationContext* L,
const clang::ProgramPointTag* Tag = nullptr)
PostImplicitCall(
const clang::Decl* D,
clang::SourceLocation Loc,
const clang::LocationContext* L,
const clang::ProgramPointTag* Tag = nullptr)
Declared at: clang/include/clang/Analysis/ProgramPoint.h:601
Parameters
- const clang::Decl* D
- clang::SourceLocation Loc
- const clang::LocationContext* L
- const clang::ProgramPointTag* Tag = nullptr
¶PostImplicitCall()
PostImplicitCall()
Declared at: clang/include/clang/Analysis/ProgramPoint.h:607
¶static bool isKind(
const clang::ProgramPoint& Location)
static bool isKind(
const clang::ProgramPoint& Location)
Declared at: clang/include/clang/Analysis/ProgramPoint.h:608
Parameters
- const clang::ProgramPoint& Location