clang API Documentation
#include <ProgramPoint.h>
Public Member Functions | |
EpsilonPoint (const LocationContext *L, const void *Data1, const void *Data2=nullptr, const ProgramPointTag *tag=nullptr) | |
const void * | getData () const |
Friends | |
class | ProgramPoint |
This is a meta program point, which should be skipped by all the diagnostic reasoning etc.
Definition at line 629 of file ProgramPoint.h.
clang::EpsilonPoint::EpsilonPoint | ( | const LocationContext * | L, |
const void * | Data1, | ||
const void * | Data2 = nullptr , |
||
const ProgramPointTag * | tag = nullptr |
||
) | [inline] |
Definition at line 631 of file ProgramPoint.h.
const void* clang::EpsilonPoint::getData | ( | ) | const [inline] |
Definition at line 636 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
friend class ProgramPoint [friend] |
Definition at line 639 of file ProgramPoint.h.