class LocationCheck
Declaration
class LocationCheck : public StmtPoint { /* full declaration omitted */ };
Declared at: clang/include/clang/Analysis/ProgramPoint.h:372
Inherits from: StmtPoint
Member Variables
Method Overview
- protected LocationCheck()
- protected LocationCheck(const clang::Stmt * S, const clang::LocationContext * L, ProgramPoint::Kind K, const clang::ProgramPointTag * tag)
- private static bool isKind(const clang::ProgramPoint & location)
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
¶LocationCheck()
LocationCheck()
Declared at: clang/include/clang/Analysis/ProgramPoint.h:374
¶LocationCheck(const clang::Stmt* S,
const clang::LocationContext* L,
ProgramPoint::Kind K,
const clang::ProgramPointTag* tag)
LocationCheck(const clang::Stmt* S,
const clang::LocationContext* L,
ProgramPoint::Kind K,
const clang::ProgramPointTag* tag)
Declared at: clang/include/clang/Analysis/ProgramPoint.h:375
Parameters
- const clang::Stmt* S
- const clang::LocationContext* L
- ProgramPoint::Kind K
- const clang::ProgramPointTag* tag
¶static bool isKind(
const clang::ProgramPoint& location)
static bool isKind(
const clang::ProgramPoint& location)
Declared at: clang/include/clang/Analysis/ProgramPoint.h:381
Parameters
- const clang::ProgramPoint& location