Lines Matching defs:StrLoc
1849 static bool isAngleBracketString(SMLoc &StrLoc, SMLoc &EndLoc) {
1850 assert((StrLoc.getPointer() != nullptr) &&
1852 const char *CharPtr = StrLoc.getPointer();
1860 EndLoc = StrLoc.getFromPointer(CharPtr + 1);
3012 SMLoc StrLoc = Lexer.getLoc(), EndLoc;
3013 if (Lexer.is(AsmToken::Less) && isAngleBracketString(StrLoc, EndLoc)) {
3014 const char *StrChar = StrLoc.getPointer() + 1;
3145 SMLoc StrLoc = Lexer.getLoc();
3156 return Error(StrLoc, "expected absolute expression");
3157 const char *StrChar = StrLoc.getPointer();