Searched refs:getSyntheticFields (Results 1 – 3 of 3) sorted by relevance
74 for (const auto &Entry : getSyntheticFields(Type)) in createStorageLocation()97 assert(getKeys(getSyntheticFields(Type)) == getKeys(SyntheticFields)); in createRecordStorageLocation()
1076 for (const auto &[FieldName, FieldType] : DACtx->getSyntheticFields(Type)) { in initializeFieldsWithValues()
194 llvm::StringMap<QualType> getSyntheticFields(QualType Type) { in getSyntheticFields() function