Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp210 SourceLocation opLoc,
213 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
283 SourceLocation opLoc,
286 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
322 SourceLocation opLoc,
H A DSemaExprMember.cpp807 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
H A DSemaExpr.cpp4766 SourceLocation opLoc, in checkArithmeticOnObjCPointer() argument
4773 S.Diag(opLoc, diag::err_arithmetic_nonfragile_interface) in checkArithmeticOnObjCPointer()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4593 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument
4599 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()
4610 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument
4616 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()
4636 SourceLocation opLoc, in Create() argument
4643 BinaryOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures); in Create()
4657 ExprObjectKind OK, SourceLocation opLoc, in Create() argument
4665 CompoundAssignOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures, in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3840 SourceLocation opLoc, FPOptionsOverride FPFeatures);
3852 ExprObjectKind OK, SourceLocation opLoc,
4040 SourceLocation opLoc, FPOptionsOverride FPFeatures,
4088 ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc,
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5602 SourceLocation opLoc = SourceLocation());