Home
last modified time | relevance | path

Searched refs:clang_ast_context (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp53 auto clang_ast_context = ts.dyn_cast_or_null<TypeSystemClang>(); in BlockPointerSyntheticFrontEnd() local
54 if (!clang_ast_context) in BlockPointerSyntheticFrontEnd()
59 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()
62 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
65 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
68 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp63 void ClangASTSource::InstallASTContext(TypeSystemClang &clang_ast_context) { in InstallASTContext() argument
64 m_ast_context = &clang_ast_context.getASTContext(); in InstallASTContext()
65 m_clang_ast_context = &clang_ast_context; in InstallASTContext()
H A DClangExpressionDeclMap.cpp244 auto clang_ast_context = GetScratchContext(*target); in AddPersistentVariable() local
245 if (!clang_ast_context) in AddPersistentVariable()
248 TypeFromUser user_type = DeportType(*clang_ast_context, *ast, parser_type); in AddPersistentVariable()