Searched refs:opLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 215 SourceLocation opLoc, 218 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc, 288 SourceLocation opLoc, 291 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc, 327 SourceLocation opLoc,
|
| H A D | SemaExprMember.cpp | 840 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
|
| H A D | SemaExpr.cpp | 5009 SourceLocation opLoc, in checkArithmeticOnObjCPointer() argument 5016 S.Diag(opLoc, diag::err_arithmetic_nonfragile_interface) in checkArithmeticOnObjCPointer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 4673 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument 4679 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator() 4690 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument 4696 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator() 4716 SourceLocation opLoc, in Create() argument 4723 BinaryOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures); in Create() 4737 ExprObjectKind OK, SourceLocation opLoc, in Create() argument 4745 CompoundAssignOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures, in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 3837 SourceLocation opLoc, FPOptionsOverride FPFeatures); 3849 ExprObjectKind OK, SourceLocation opLoc, 4038 SourceLocation opLoc, FPOptionsOverride FPFeatures, 4086 ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5729 SourceLocation opLoc = SourceLocation());
|