Lines Matching defs:StrLoc
1850 static bool isAngleBracketString(SMLoc &StrLoc, SMLoc &EndLoc) {
1851 assert((StrLoc.getPointer() != nullptr) &&
1853 const char *CharPtr = StrLoc.getPointer();
1861 EndLoc = StrLoc.getFromPointer(CharPtr + 1);
3013 SMLoc StrLoc = Lexer.getLoc(), EndLoc;
3014 if (Lexer.is(AsmToken::Less) && isAngleBracketString(StrLoc, EndLoc)) {
3015 const char *StrChar = StrLoc.getPointer() + 1;
3146 SMLoc StrLoc = Lexer.getLoc();
3157 return Error(StrLoc, "expected absolute expression");
3158 const char *StrChar = StrLoc.getPointer();