LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
llvm::SMLoc Class Reference

Represents a location in source code. More...

#include <SMLoc.h>

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)
inlinestatic
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: