class SMLoc

Declaration

class SMLoc { /* full declaration omitted */ };

Description

Represents a location in source code.

Declared at: llvm/include/llvm/Support/SMLoc.h:23

Member Variables

private const char* Ptr = nullptr

Method Overview

Methods

SMLoc()

Declared at: llvm/include/llvm/Support/SMLoc.h:27

static llvm::SMLoc getFromPointer(const char* Ptr)

Declared at: llvm/include/llvm/Support/SMLoc.h:36

Parameters

const char* Ptr

const char* getPointer() const

Declared at: llvm/include/llvm/Support/SMLoc.h:34

bool isValid() const

Declared at: llvm/include/llvm/Support/SMLoc.h:29