Searched refs:opLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/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 | 738 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
|
| H A D | SemaExpr.cpp | 4844 SourceLocation opLoc, in checkArithmeticOnObjCPointer() argument 4851 S.Diag(opLoc, diag::err_arithmetic_nonfragile_interface) in checkArithmeticOnObjCPointer()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 4852 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument 4858 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator() 4871 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument 4878 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator() 4898 SourceLocation opLoc, in Create() argument 4905 BinaryOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures); in Create() 4919 ExprObjectKind OK, SourceLocation opLoc, in Create() argument 4927 CompoundAssignOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures, in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 3992 SourceLocation opLoc, FPOptionsOverride FPFeatures); 4005 ExprObjectKind OK, SourceLocation opLoc, 4207 SourceLocation opLoc, FPOptionsOverride FPFeatures, 4255 ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8933 Expr *baseObjectExpr = nullptr, SourceLocation opLoc = SourceLocation());
|