Searched refs:opLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 214 SourceLocation opLoc, 217 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc, 284 SourceLocation opLoc, 287 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc, 324 SourceLocation opLoc,
|
D | SemaExprMember.cpp | 786 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
|
D | SemaExpr.cpp | 4114 SourceLocation opLoc, in checkArithmeticOnObjCPointer() argument 4121 S.Diag(opLoc, diag::err_arithmetic_nonfragile_interface) in checkArithmeticOnObjCPointer()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2917 SourceLocation opLoc, bool fpContractable) in BinaryOperator() argument 2925 Opc(opc), FPContractable(fpContractable), OpLoc(opLoc) { in BinaryOperator() 3069 SourceLocation opLoc, bool fpContractable, bool dead2) in BinaryOperator() argument 3077 Opc(opc), FPContractable(fpContractable), OpLoc(opLoc) { in BinaryOperator()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3813 SourceLocation opLoc = SourceLocation());
|