Searched refs:SuffixLoc (Results 1 – 3 of 3) sorted by relevance
2279 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local2282 SuffixLoc = in ParseUnqualifiedIdOperator()2288 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator()2289 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator()2315 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
3373 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local3377 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction()3379 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction()3389 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local3392 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
379 SourceLocation SuffixLoc) in UserDefinedLiteral() argument381 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral()