Searched refs:AddRestrictModifier (Results 1 – 8 of 8) sorted by relevance
448 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType450 return m_type_system->AddRestrictModifier(m_type); in AddRestrictModifier()
102 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
495 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()555 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
247 CompilerType AddRestrictModifier() const;
265 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
715 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
4564 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
775 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()