Searched refs:SuffixLoc (Results 1 – 3 of 3) sorted by relevance
2205 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local2208 SuffixLoc = in ParseUnqualifiedIdOperator()2214 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator()2215 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator()2241 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
3178 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local3182 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction()3184 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction()3194 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local3197 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
372 SourceLocation SuffixLoc) in UserDefinedLiteral() argument374 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral()