class SMLoc
Declaration
class SMLoc { /* full declaration omitted */ };
Description
Represents a location in source code.
Declared at: llvm/include/llvm/Support/SMLoc.h:23
Method Overview
- public SMLoc()
- public static llvm::SMLoc getFromPointer(const char * Ptr)
- public const char * getPointer() const
- public bool isValid() const
Methods
¶SMLoc()
SMLoc()
Declared at: llvm/include/llvm/Support/SMLoc.h:27
¶static llvm::SMLoc getFromPointer(const char* Ptr)
static llvm::SMLoc getFromPointer(const char* Ptr)
Declared at: llvm/include/llvm/Support/SMLoc.h:36
Parameters
- const char* Ptr
¶const char* getPointer() const
const char* getPointer() const
Declared at: llvm/include/llvm/Support/SMLoc.h:34
¶bool isValid() const
bool isValid() const
Declared at: llvm/include/llvm/Support/SMLoc.h:29