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

/external/clang/lib/Sema/
H A DSemaExpr.cpp8219 QualType CompoundType) {
8227 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() :
8228 CompoundType;
8230 if (CompoundType.isNull()) {
8217 CheckAssignmentOperands(Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType) argument

Completed in 123 milliseconds