Searched refs:sourceLoc (Results 1 – 5 of 5) sorted by relevance
120 parser::CharBlock sourceLoc) const { in PassesDerivedTypeChecks()123 context_.Say(sourceLoc, in PassesDerivedTypeChecks()130 context_.Say(sourceLoc, in PassesDerivedTypeChecks()141 context_.Say(sourceLoc, in PassesDerivedTypeChecks()
51 Optional<lsp::Location> sourceLoc = getLocationFromLoc(fileLoc); in getLocationFromLoc() local52 if (sourceLoc && (!uri || sourceLoc->uri == *uri)) { in getLocationFromLoc()53 location = *sourceLoc; in getLocationFromLoc()83 Optional<lsp::Location> sourceLoc = getLocationFromLoc(fileLoc); in collectLocationsFromLoc() local84 if (sourceLoc && sourceLoc->uri != uri) in collectLocationsFromLoc()85 locations.push_back(*sourceLoc); in collectLocationsFromLoc()
64 parser.parseOptionalLocationSpecifier(argument.sourceLoc)) in parseFunctionArgumentList()
1628 parseOptionalLocationSpecifier(result.sourceLoc)) in parseArgument()2021 Location loc = entryArg.sourceLoc.has_value() in parseRegionBody()2022 ? entryArg.sourceLoc.value() in parseRegionBody()
1421 Optional<Location> sourceLoc; // Source location specifier if present. member