reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 3652   QualType getComputationLHSType() const { return ComputationLHSType; }
 3653   void setComputationLHSType(QualType T) { ComputationLHSType = T; }