Lines Matching defs:keyLoc
2533 ParsedResourceEntry(StringRef key, SMLoc keyLoc, Token value, Parser &p)
2534 : key(key), keyLoc(keyLoc), value(value), p(p) {}
2539 InFlightDiagnostic emitError() const final { return p.emitError(keyLoc); }
2611 SMLoc keyLoc;
2686 SMLoc keyLoc = getToken().getLoc();
2699 return emitError(keyLoc, "unknown key '" + key +
2738 SMLoc keyLoc = getToken().getLoc();
2746 ParsedResourceEntry entry(key, keyLoc, valueTok, *this);
2765 SMLoc keyLoc = getToken().getLoc();
2777 ParsedResourceEntry entry(key, keyLoc, valueTok, *this);