class PreLoad
Declaration
class PreLoad : public LocationCheck { /* full declaration omitted */ };
Declared at: clang/include/clang/Analysis/ProgramPoint.h:387
Inherits from: LocationCheck
Member Variables
Method Overview
- public PreLoad(const clang::Stmt * S, const clang::LocationContext * L, const clang::ProgramPointTag * tag = nullptr)
- private PreLoad()
- private static bool isKind(const clang::ProgramPoint & location)
Inherited from LocationCheck:
Inherited from StmtPoint:
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
¶PreLoad(
const clang::Stmt* S,
const clang::LocationContext* L,
const clang::ProgramPointTag* tag = nullptr)
PreLoad(
const clang::Stmt* S,
const clang::LocationContext* L,
const clang::ProgramPointTag* tag = nullptr)
Declared at: clang/include/clang/Analysis/ProgramPoint.h:389
Parameters
- const clang::Stmt* S
- const clang::LocationContext* L
- const clang::ProgramPointTag* tag = nullptr
¶PreLoad()
PreLoad()
Declared at: clang/include/clang/Analysis/ProgramPoint.h:395
¶static bool isKind(
const clang::ProgramPoint& location)
static bool isKind(
const clang::ProgramPoint& location)
Declared at: clang/include/clang/Analysis/ProgramPoint.h:396
Parameters
- const clang::ProgramPoint& location