Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
DVEAsmParser.cpp868 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/
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp2641 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/
DAArch64AsmParser.cpp4560 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/
DExprCXX.h650 SourceLocation SuffixLoc, FPOptionsOverride FPFeatures);
658 SourceLocation SuffixLoc,