Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp939 SourceLocation SuffixLoc, in UserDefinedLiteral() argument
943 UDSuffixLoc(SuffixLoc) {}
954 SourceLocation SuffixLoc, in Create() argument
963 UserDefinedLiteral(Fn, Args, Ty, VK, LitEndLoc, SuffixLoc, FPFeatures); in Create()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2855 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local
2858 SuffixLoc = in ParseUnqualifiedIdOperator()
2864 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator()
2865 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator()
2891 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5146 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
5154 return Error(SuffixLoc, Msg); in ParseInstruction()
5156 Operands.push_back(AArch64Operand::CreateToken(".", SuffixLoc, getContext(), in ParseInstruction()
5167 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
5170 Head, SuffixLoc, getContext(), /*IsSuffix=*/true)); in ParseInstruction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h649 SourceLocation SuffixLoc, FPOptionsOverride FPFeatures);
657 SourceLocation SuffixLoc,