Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h287 &type_fields,
293 &type_fields,
H A DTypeSystemClang.cpp2305 &type_fields, in CreateStructForIdentifier() argument
2319 for (const auto &field : type_fields) in CreateStructForIdentifier()
2331 &type_fields, in GetOrCreateStructForIdentifier() argument
2337 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()