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

/openbsd-current/gnu/llvm/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp873 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Suffix); local
874 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc));
877 Operands->push_back(VEOperand::CreateToken(SuffixStr, SuffixLoc));
895 SMLoc SuffixLoc = local
901 VEOperand::CreateRDOp(RoundingMode, SuffixLoc, SuffixEnd));
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp880 SourceLocation SuffixLoc,
884 UDSuffixLoc(SuffixLoc) {}
895 SourceLocation SuffixLoc,
904 UserDefinedLiteral(Fn, Args, Ty, VK, LitEndLoc, SuffixLoc, FPFeatures);
877 UserDefinedLiteral(Expr *Fn, ArrayRef<Expr *> Args, QualType Ty, ExprValueKind VK, SourceLocation LitEndLoc, SourceLocation SuffixLoc, FPOptionsOverride FPFeatures) argument
891 Create(const ASTContext &Ctx, Expr *Fn, ArrayRef<Expr *> Args, QualType Ty, ExprValueKind VK, SourceLocation LitEndLoc, SourceLocation SuffixLoc, FPOptionsOverride FPFeatures) argument
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2736 SourceLocation SuffixLoc;
2739 SuffixLoc =
2745 SuffixLoc = ConsumeToken();
2746 TokLocs.push_back(SuffixLoc);
2772 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5118 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + local
5126 return Error(SuffixLoc, Msg);
5128 Operands.push_back(AArch64Operand::CreateToken(".", SuffixLoc, getContext(),
5139 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + local
5142 Head, SuffixLoc, getContext(), /*IsSuffix=*/true));
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h649 SourceLocation SuffixLoc, FPOptionsOverride FPFeatures);
657 SourceLocation SuffixLoc,

Completed in 124 milliseconds