Searched defs:CompoundAssignOperator (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | Expr.h | 3096 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, in CompoundAssignOperator() function 3109 explicit CompoundAssignOperator(EmptyShell Empty) in CompoundAssignOperator() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | Expr.h | 3979 explicit CompoundAssignOperator(const ASTContext &C, EmptyShell Empty, in CompoundAssignOperator() function 3984 CompoundAssignOperator(const ASTContext &C, Expr *lhs, Expr *rhs, Opcode opc, in CompoundAssignOperator() function
|