Searched refs:AddRestrictModifier (Results 1 – 9 of 9) 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
496 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()554 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
247 CompilerType AddRestrictModifier() const;
264 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
707 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
4596 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
326 record_type = record_type.AddRestrictModifier(); in TEST_F()
777 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()