Home
last modified time | relevance | path

Searched refs:ComputationLHSType (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h3159 QualType ComputationLHSType; variable
3168 ComputationLHSType(CompLHSType), in CompoundAssignOperator()
3181 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType()
3182 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType()