Searched defs:opLoc (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 700 SourceLocation opLoc) { 696 BuildAnonymousStructUnionMemberReference(const CXXScopeSpec &SS, SourceLocation loc, IndirectFieldDecl *indirectField, Expr *baseObjectExpr, SourceLocation opLoc) argument
|
H A D | SemaExpr.cpp | 3219 SourceLocation opLoc, 3225 S.Diag(opLoc, diag::err_arithmetic_nonfragile_interface) 3218 checkArithmeticOnObjCPointer(Sema &S, SourceLocation opLoc, Expr *op) argument
|
/external/clang/include/clang/AST/ |
H A D | Expr.h | 2793 SourceLocation opLoc) 2801 Opc(opc), OpLoc(opLoc) { 2905 SourceLocation opLoc, bool dead) 2913 Opc(opc), OpLoc(opLoc) { 2791 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc) argument 2903 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, bool dead) argument
|
Completed in 1316 milliseconds