Searched defs:underlyingLocation (Results 1 – 3 of 3) sorted by relevance
211 static Location get(T underlyingLocation, MLIRContext *context) { in get()219 static Location get(T underlyingLocation, Location fallbackLocation) { in get()
129 Location OpaqueLoc::get(uintptr_t underlyingLocation, TypeID typeID, in get()
149 uintptr_t underlyingLocation; member