Home
last modified time | relevance | path

Searched refs:SuffixLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp871 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Suffix); in parseCC() local
872 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc)); in parseCC()
875 Operands->push_back(VEOperand::CreateToken(SuffixStr, SuffixLoc)); in parseCC()
893 SMLoc SuffixLoc = in parseRD() local
899 VEOperand::CreateRDOp(RoundingMode, SuffixLoc, SuffixEnd)); in parseRD()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp879 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()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp2684 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local
2687 SuffixLoc = in ParseUnqualifiedIdOperator()
2693 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator()
2694 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator()
2720 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4556 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
4564 return Error(SuffixLoc, Msg); in ParseInstruction()
4566 Operands.push_back(AArch64Operand::CreateToken(".", SuffixLoc, getContext(), in ParseInstruction()
4577 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
4580 Head, SuffixLoc, getContext(), /*IsSuffix=*/true)); in ParseInstruction()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h650 SourceLocation SuffixLoc, FPOptionsOverride FPFeatures);
658 SourceLocation SuffixLoc,