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

References

tools/clang/lib/AST/ExprConstant.cpp
 1449       assert(v.isComplexFloat() || v.isComplexInt());
 1449       assert(v.isComplexFloat() || v.isComplexInt());
 1450       if (v.isComplexFloat()) {
 1452         FloatReal = v.getComplexFloatReal();
 1453         FloatImag = v.getComplexFloatImag();
 1456         IntReal = v.getComplexIntReal();
 1457         IntImag = v.getComplexIntImag();