Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp315 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update() local
325 std::optional<uint64_t> size = tree_node_type.GetByteSize(nullptr); in Update()
339 tree_node_type); in Update()
481 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update() local
487 std::optional<uint64_t> size = tree_node_type.GetByteSize(nullptr); in Update()
500 "pair", extractor, valobj_sp->GetExecutionContextRef(), tree_node_type); in Update()
H A DLibCxxMap.cpp301 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in GetValueOffset() local
316 if (tree_node_type in GetValueOffset()