Searched refs:getCurrentLocation (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRAttrs.cpp | 55 llvm::SMLoc typeLoc = parser.getCurrentLocation(); in parseAttribute() 129 return p.emitError(p.getCurrentLocation(), "expected integer value"); in parseIntLiteralImpl() 133 return p.emitError(p.getCurrentLocation(), in parseIntLiteralImpl() 262 parser.getCurrentLocation(), in parse() 277 parser.getCurrentLocation(), in parse() 287 parser.emitError(parser.getCurrentLocation(), in parse() 313 parser.getCurrentLocation(), parser.getContext(), resultTy.value(), in parse()
|
| H A D | CIRTypes.cpp | 63 llvm::SMLoc typeLoc = parser.getCurrentLocation(); in parseType() 97 const llvm::SMLoc loc = parser.getCurrentLocation(); in parse() 401 llvm::SMLoc loc = parser.getCurrentLocation(); in parse() 623 return p.emitError(p.getCurrentLocation(), in parseFuncTypeParams()
|
| H A D | CIRDialect.cpp | 161 Location eLoc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in ensureRegionTerm() 221 auto regionLoc = parser.getCurrentLocation(); in parseOmittedTerminatorRegion() 615 opsLoc = parser.getCurrentLocation(); in parseCallCommon() 825 mlir::SMLoc parseThenLoc = parser.getCurrentLocation(); in parse() 834 mlir::SMLoc parseElseLoc = parser.getCurrentLocation(); in parse() 1366 llvm::SMLoc loc = parser.getCurrentLocation(); in parse()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 307 Warn(ctx) << getCurrentLocation() in readNoCrossRefs() 614 v.push_back(make<SymbolAssignment>(".", moveDot, 0, getCurrentLocation())); in readOverlay() 996 ctx.script->createOutputSection(readName(), getCurrentLocation()); in readOverlaySectionDescription() 1007 ctx.script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription() 1018 std::string location = getCurrentLocation(); in readOutputSectionDescription() 1154 return make<SymbolAssignment>(".", readAssert(), 0, getCurrentLocation()); in readAssignment() 1195 std::string loc = getCurrentLocation(); in readSymbolAssignment() 1226 getCurrentLocation()); in readSymbolAssignment() 1249 std::string loc = getCurrentLocation(); in combine() 1258 std::string loc = getCurrentLocation(); in combine() [all …]
|
| H A D | ScriptLexer.cpp | 74 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer 84 std::string s = (getCurrentLocation() + ": " + msg).str(); in setError()
|
| H A D | ScriptLexer.h | 80 std::string getCurrentLocation();
|