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.cpp217 SourceLocation opLoc,
220 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
290 SourceLocation opLoc,
293 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
329 SourceLocation opLoc,
H A DSemaExprMember.cpp844 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
H A DSemaExpr.cpp4748 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 DExpr.cpp4764 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 DExpr.h3886 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 DSema.h8658 Expr *baseObjectExpr = nullptr, SourceLocation opLoc = SourceLocation());