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

References

tools/clang/lib/AST/ASTContext.cpp
 6009     Fields[Count++] = { getPointerType(IntTy.withConst()), "isa" };
 6010     Fields[Count++] = { IntTy, "flags" };
 6011     Fields[Count++] = { getPointerType(CharTy.withConst()), "str" };
 6012     Fields[Count++] = { LongTy, "length" };
 6014     Fields[Count++] = { getUIntPtrType(), "_cfisa" };
 6015     Fields[Count++] = { getUIntPtrType(), "_swift_rc" };
 6016     Fields[Count++] = { getFromTargetType(Target->getUInt64Type()), "_swift_rc" };
 6017     Fields[Count++] = { getPointerType(CharTy.withConst()), "_ptr" };
 6020       Fields[Count++] = { IntTy, "_ptr" };
 6022       Fields[Count++] = { getUIntPtrType(), "_ptr" };
 6026   for (unsigned i = 0; i < Count; ++i) {