Searched defs:StringLoc (Results 1 – 4 of 4) sorted by relevance
36 struct StringLoc { struct37 size_t pos;38 size_t length;41 StringRef in(StringRef str) const { return str.substr(pos, length); } in in()44 explicit operator bool() { return pos != std::string::npos; } in operator bool()
1009 SourceLocation StringLoc = Tok.getLocation(); in HandlePragma() local
1216 SourceLocation StringLoc = Tok.getLocation(); in HandlePragma() local
1252 uint16_t StringLoc = StringID & 15; in insertStringIntoBundle() local