Changeset View
Changeset View
Standalone View
Standalone View
mlir/include/mlir/IR/Location.h
Show All 13 Lines | |||||
#ifndef MLIR_IR_LOCATION_H | #ifndef MLIR_IR_LOCATION_H | ||||
#define MLIR_IR_LOCATION_H | #define MLIR_IR_LOCATION_H | ||||
#include "mlir/IR/Attributes.h" | #include "mlir/IR/Attributes.h" | ||||
#include "llvm/Support/PointerLikeTypeTraits.h" | #include "llvm/Support/PointerLikeTypeTraits.h" | ||||
namespace mlir { | namespace mlir { | ||||
class Identifier; | |||||
class Location; | class Location; | ||||
class WalkResult; | class WalkResult; | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// LocationAttr | // LocationAttr | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
/// Location objects represent source locations information in MLIR. | /// Location objects represent source locations information in MLIR. | ||||
▲ Show 20 Lines • Show All 134 Lines • Show Last 20 Lines |