LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::SMLoc Class Reference

Represents a location in source code. More...

#include <SMLoc.h>

List of all members.

Public Member Functions

 SMLoc ()
bool isValid () const
bool operator== (const SMLoc &RHS) const
bool operator!= (const SMLoc &RHS) const
const char * getPointer () const

Static Public Member Functions

static SMLoc getFromPointer (const char *Ptr)

Detailed Description

Represents a location in source code.

Definition at line 23 of file SMLoc.h.


Constructor & Destructor Documentation

llvm::SMLoc::SMLoc ( ) [inline]

Definition at line 26 of file SMLoc.h.


Member Function Documentation

static SMLoc llvm::SMLoc::getFromPointer ( const char *  Ptr) [inline, static]
const char* llvm::SMLoc::getPointer ( ) const [inline]
bool llvm::SMLoc::isValid ( ) const [inline]
bool llvm::SMLoc::operator!= ( const SMLoc RHS) const [inline]

Definition at line 31 of file SMLoc.h.

bool llvm::SMLoc::operator== ( const SMLoc RHS) const [inline]

Definition at line 30 of file SMLoc.h.


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