Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h3111 QualType ComputationLHSType; variable
3120 ComputationLHSType(CompLHSType), in CompoundAssignOperator()
3133 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType()
3134 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType()