Home
last modified time | relevance | path

Searched refs:getSyntheticFields (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp74 for (const auto &Entry : getSyntheticFields(Type)) in createStorageLocation()
97 assert(getKeys(getSyntheticFields(Type)) == getKeys(SyntheticFields)); in createRecordStorageLocation()
H A DDataflowEnvironment.cpp1076 for (const auto &[FieldName, FieldType] : DACtx->getSyntheticFields(Type)) { in initializeFieldsWithValues()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h194 llvm::StringMap<QualType> getSyntheticFields(QualType Type) { in getSyntheticFields() function