Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h3112 QualType ComputationResultType; variable
3121 ComputationResultType(CompResultType) { in CompoundAssignOperator()
3136 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType()
3137 void setComputationResultType(QualType T) { ComputationResultType = T; } in setComputationResultType()