Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp319 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update() local
329 std::optional<uint64_t> size = tree_node_type.GetByteSize(nullptr); in Update()
343 tree_node_type); in Update()
484 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update() local
490 std::optional<uint64_t> size = tree_node_type.GetByteSize(nullptr); in Update()
503 "pair", extractor, valobj_sp->GetExecutionContextRef(), tree_node_type); in Update()
H A DLibCxxMap.cpp293 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in GetValueOffset() local
308 if (tree_node_type in GetValueOffset()