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

/external/clang/include/clang/AST/
H A DExpr.h3105 QualType ComputationLHSType; member in class:clang::StringLiteral::OffsetOfExpr::CompoundAssignOperator
3114 ComputationLHSType(CompLHSType),
3127 QualType getComputationLHSType() const { return ComputationLHSType; }
3128 void setComputationLHSType(QualType T) { ComputationLHSType = T; }

Completed in 167 milliseconds