Searched refs:opLoc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 217 SourceLocation opLoc, 220 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc, 290 SourceLocation opLoc, 293 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc, 329 SourceLocation opLoc,
|
H A D | SemaExprMember.cpp | 844 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
|
H A D | SemaExpr.cpp | 4748 SourceLocation opLoc, in checkArithmeticOnObjCPointer() argument 4755 S.Diag(opLoc, diag::err_arithmetic_nonfragile_interface) in checkArithmeticOnObjCPointer()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4764 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument 4770 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator() 4781 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument 4787 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator() 4807 SourceLocation opLoc, in Create() argument 4814 BinaryOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures); in Create() 4828 ExprObjectKind OK, SourceLocation opLoc, in Create() argument 4836 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 | 3886 SourceLocation opLoc, FPOptionsOverride FPFeatures); 3898 ExprObjectKind OK, SourceLocation opLoc, 4091 SourceLocation opLoc, FPOptionsOverride FPFeatures, 4139 ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc,
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8658 Expr *baseObjectExpr = nullptr, SourceLocation opLoc = SourceLocation());
|