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

/external/clang/lib/Sema/
H A DSemaExpr.cpp8620 QualType CompoundType) {
8628 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() :
8629 CompoundType;
8631 if (CompoundType.isNull()) {
8618 CheckAssignmentOperands(Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType) argument

Completed in 613 milliseconds