Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp77 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
H A DLibCxxMap.cpp304 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in GetValueOffset()
H A DLibCxx.cpp248 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h248 CompilerType CreateStructForIdentifier(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2276 CompilerType ClangASTContext::CreateStructForIdentifier( in CreateStructForIdentifier() function in ClangASTContext
2310 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()