Home
last modified time | relevance | path

Searched refs:opLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp215 SourceLocation opLoc,
218 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
288 SourceLocation opLoc,
291 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
327 SourceLocation opLoc,
H A DSemaExprMember.cpp840 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
H A DSemaExpr.cpp5009 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 DExpr.cpp4673 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 DExpr.h3837 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 DSema.h5729 SourceLocation opLoc = SourceLocation());