Searched refs:clang_ast_context (Results 1 – 3 of 3) sorted by relevance
53 auto clang_ast_context = ts.dyn_cast_or_null<TypeSystemClang>(); in BlockPointerSyntheticFrontEnd() local54 if (!clang_ast_context) in BlockPointerSyntheticFrontEnd()71 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()74 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()77 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()80 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
63 void ClangASTSource::InstallASTContext(TypeSystemClang &clang_ast_context) { in InstallASTContext() argument64 m_ast_context = &clang_ast_context.getASTContext(); in InstallASTContext()65 m_clang_ast_context = &clang_ast_context; in InstallASTContext()
245 auto clang_ast_context = GetScratchContext(*target); in AddPersistentVariable() local246 if (!clang_ast_context) in AddPersistentVariable()249 TypeFromUser user_type = DeportType(*clang_ast_context, *ast, parser_type); in AddPersistentVariable()