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

References

tools/clang/lib/AST/APValue.cpp
  262     setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag());
  360                getComplexIntReal().needsCleanup() &&
  363     return getComplexIntReal().needsCleanup();
  420     OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag();
  506     Out << getComplexIntReal() << "+" << getComplexIntImag() << "i";
tools/clang/lib/AST/ExprConstant.cpp
 1456         IntReal = v.getComplexIntReal();
 2302     Result = Val.getComplexIntReal().getBoolValue() ||
tools/clang/lib/CodeGen/CGExprConstant.cpp
 2029                                         Value.getComplexIntReal());
tools/clang/lib/Serialization/ASTWriter.cpp
 5481     AddAPSInt(Value.getComplexIntReal());