Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp805 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
H A DSemaExpr.cpp4608 SourceLocation opLoc, in checkArithmeticOnObjCPointer() argument
4615 S.Diag(opLoc, diag::err_arithmetic_nonfragile_interface) in checkArithmeticOnObjCPointer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4407 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument
4413 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()
4424 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() argument
4430 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()
4450 SourceLocation opLoc, in Create() argument
4457 BinaryOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures); in Create()
4471 ExprObjectKind OK, SourceLocation opLoc, in Create() argument
4479 CompoundAssignOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3755 SourceLocation opLoc, FPOptionsOverride FPFeatures);
3767 ExprObjectKind OK, SourceLocation opLoc,
3955 SourceLocation opLoc, FPOptionsOverride FPFeatures,
4003 ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5141 SourceLocation opLoc = SourceLocation());