Searched refs:SuffixLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 881 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Suffix); in parseCC() local 882 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc)); in parseCC() 885 Operands->push_back(VEOperand::CreateToken(SuffixStr, SuffixLoc)); in parseCC() 903 SMLoc SuffixLoc = in parseRD() local 909 VEOperand::CreateRDOp(RoundingMode, SuffixLoc, SuffixEnd)); in parseRD()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 943 SourceLocation SuffixLoc, in UserDefinedLiteral() argument 947 UDSuffixLoc(SuffixLoc) {} 958 SourceLocation SuffixLoc, in Create() argument 969 UserDefinedLiteral(Fn, Args, Ty, VK, LitEndLoc, SuffixLoc, FPFeatures); in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 2498 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local 2501 SuffixLoc = in ParseUnqualifiedIdOperator() 2507 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() 2508 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator() 2534 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 5289 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in parseInstruction() local 5297 return Error(SuffixLoc, Msg); in parseInstruction() 5299 Operands.push_back(AArch64Operand::CreateToken(".", SuffixLoc, getContext(), in parseInstruction() 5310 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in parseInstruction() local 5313 Head, SuffixLoc, getContext(), /*IsSuffix=*/true)); in parseInstruction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 651 SourceLocation SuffixLoc, FPOptionsOverride FPFeatures); 659 SourceLocation SuffixLoc,
|