Searched refs:AddRestrictModifier (Results 1 – 9 of 9) sorted by relevance
107 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
740 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType743 return type_system_sp->AddRestrictModifier(m_type); in AddRestrictModifier()
609 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()676 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
371 CompilerType AddRestrictModifier() const;
299 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
397 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier()
779 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()
806 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
4658 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang