Lines Matching refs:FileLineColLoc
157 // FileLineColLoc
160 FileLineColLoc FileLineColLoc::get(StringAttr filename, unsigned line,
162 return llvm::cast<FileLineColLoc>(
166 FileLineColLoc FileLineColLoc::get(MLIRContext *context, StringRef fileName,
168 return llvm::cast<FileLineColLoc>(
172 StringAttr FileLineColLoc::getFilename() const {
176 unsigned FileLineColLoc::getLine() const { return getStartLine(); }
178 unsigned FileLineColLoc::getColumn() const { return getStartColumn(); }