Searched defs:CompoundAssignOperator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h2922 /// CompoundAssignOperator - For compound assignments (e.g. +=), we keep
2928 class CompoundAssignOperator : public BinaryOperator { class in class:clang::StringLiteral::OffsetOfExpr
2932 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, function in class:clang::StringLiteral::OffsetOfExpr::CompoundAssignOperator
2944 explicit CompoundAssignOperator(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::CompoundAssignOperator
2956 static bool classof(const CompoundAssignOperator *) { return true; }

Completed in 101 milliseconds