Lines Matching defs:fileLoc
28 if (auto fileLoc = dyn_cast<FileLineColLoc>(loc))
29 return fileLoc;
52 FileLineColLoc fileLoc = extractFileLoc(loc);
53 if (!fileLoc && compileUnitAttr) {
55 } else if (!fileLoc) {
58 line = fileLoc.getLine();
59 col = fileLoc.getColumn();
60 StringRef inputFilePath = fileLoc.getFilename().getValue();
114 if (FileLineColLoc fileLoc = extractFileLoc(loc)) {
115 StringRef inputFilePath = fileLoc.getFilename().getValue();