Home
last modified time | relevance | path

Searched refs:CreateStructForIdentifier (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp84 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
DLibCxxMap.cpp305 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in GetValueOffset()
DLibCxx.cpp284 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h280 CompilerType CreateStructForIdentifier(
DTypeSystemClang.cpp2159 CompilerType TypeSystemClang::CreateStructForIdentifier( in CreateStructForIdentifier() function in TypeSystemClang
2194 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()