clang API Documentation

Protected Member Functions | Friends
clang::LocationCheck Class Reference

#include <ProgramPoint.h>

Inheritance diagram for clang::LocationCheck:
Inheritance graph
[legend]
Collaboration diagram for clang::LocationCheck:
Collaboration graph
[legend]

List of all members.

Protected Member Functions

 LocationCheck ()
 LocationCheck (const Stmt *S, const LocationContext *L, ProgramPoint::Kind K, const ProgramPointTag *tag)

Friends

class ProgramPoint

Detailed Description

Definition at line 318 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::LocationCheck::LocationCheck ( ) [inline, protected]

Definition at line 320 of file ProgramPoint.h.

clang::LocationCheck::LocationCheck ( const Stmt S,
const LocationContext L,
ProgramPoint::Kind  K,
const ProgramPointTag tag 
) [inline, protected]

Definition at line 321 of file ProgramPoint.h.


Friends And Related Function Documentation

friend class ProgramPoint [friend]

Reimplemented from clang::StmtPoint.

Reimplemented in clang::PreStore, and clang::PreLoad.

Definition at line 326 of file ProgramPoint.h.


The documentation for this class was generated from the following file: