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

References

tools/clang/lib/AST/ASTContext.cpp
 6016     Fields[Count++] = { getFromTargetType(Target->getUInt64Type()), "_swift_rc" };
tools/clang/lib/Frontend/InitPreprocessor.cpp
  217     Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
  237     Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();