Home
last modified time | relevance | path

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

/freebsd/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.cpp738 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
H A DSemaExpr.cpp4844 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 DExpr.cpp4852 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 DExpr.h3992 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 DSema.h8933 Expr *baseObjectExpr = nullptr, SourceLocation opLoc = SourceLocation());