My Project
|
#include <Location.h>
Public Member Functions | |
ArrayRef< Location > | getLocations () const |
Attribute | getMetadata () const |
Static Public Member Functions | |
static Location | get (ArrayRef< Location > locs, Attribute metadata, MLIRContext *context) |
static Location | get (ArrayRef< Location > locs, MLIRContext *context) |
static bool | kindof (unsigned kind) |
Methods for support type inquiry through isa, cast, and dyn_cast. More... | |
![]() | |
static ClassID * | getClassID () |
Return a unique identifier for the concrete type. More... | |
template<typename T > | |
static bool | classof (T val) |
Additional Inherited Members | |
![]() | |
using | Base = StorageUserBase< ConcreteT, BaseT, StorageT, UniquerT > |
Utility declarations for the concrete attribute class. More... | |
using | ImplType = StorageT |
![]() | |
ImplType * | getImpl () const |
Utility for easy access to the storage instance. More... | |
![]() | |
template<typename... Args> | |
static ConcreteT | get (MLIRContext *ctx, unsigned kind, Args... args) |
template<typename... Args> | |
static ConcreteT | getChecked (const Location &loc, MLIRContext *ctx, unsigned kind, Args... args) |
template<typename... Args> | |
static LogicalResult | verifyConstructionInvariants (Args... args) |
Default implementation that just returns success. More... | |
Represents a value composed of multiple source constructs, with an optional metadata attribute.
|
static |
Return a uniqued Fused Location object. The first location in the list will get precedence during diagnostic emission, with the rest being displayed as supplementary "fused from here" style notes.
|
inlinestatic |
Attribute FusedLoc::getMetadata | ( | ) | const |
Returns the optional metadata attached to this fused location. Given that it is optional, the return value may be a null node.
|
inlinestatic |
Methods for support type inquiry through isa, cast, and dyn_cast.