Searched refs:SuffixLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| D | VEAsmParser.cpp | 868 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Suffix); in parseCC() local 869 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc)); in parseCC() 872 Operands->push_back(VEOperand::CreateToken(SuffixStr, SuffixLoc)); in parseCC() 890 SMLoc SuffixLoc = in parseRD() local 896 VEOperand::CreateRDOp(RoundingMode, SuffixLoc, SuffixEnd)); in parseRD()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ExprCXX.cpp | 879 SourceLocation SuffixLoc, in UserDefinedLiteral() argument 883 UDSuffixLoc(SuffixLoc) {} 894 SourceLocation SuffixLoc, in Create() argument 903 UserDefinedLiteral(Fn, Args, Ty, VK, LitEndLoc, SuffixLoc, FPFeatures); in Create()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseExprCXX.cpp | 2641 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local 2644 SuffixLoc = in ParseUnqualifiedIdOperator() 2650 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() 2651 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator() 2677 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 4560 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local 4564 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction() 4565 Operands.push_back(AArch64Operand::CreateToken(".", SuffixLoc, getContext(), in ParseInstruction() 4576 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local 4579 Head, SuffixLoc, getContext(), /*IsSuffix=*/true)); in ParseInstruction()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ExprCXX.h | 650 SourceLocation SuffixLoc, FPOptionsOverride FPFeatures); 658 SourceLocation SuffixLoc,
|