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

References

tools/clang/lib/AST/ExprConstant.cpp
 1432     void makeComplexFloat() { IsInt = false; }
 1433     bool isComplexFloat() const { return !IsInt; }
 1437     void makeComplexInt() { IsInt = true; }
 1438     bool isComplexInt() const { return IsInt; }