Home
last modified time | relevance | path

Searched refs:type_fields (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h286 &type_fields,
292 &type_fields,
H A DTypeSystemClang.cpp2313 &type_fields, in CreateStructForIdentifier() argument
2327 for (const auto &field : type_fields) in CreateStructForIdentifier()
2339 &type_fields, in GetOrCreateStructForIdentifier() argument
2345 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()