Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4113 QualType ComputationLHSType; variable
4128 ComputationLHSType(CompLHSType), ComputationResultType(CompResultType) { in CompoundAssignOperator()
4146 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType()
4147 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType()