Searched refs:AddRestrictModifier (Results 1 – 8 of 8) sorted by relevance
101 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
517 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType520 return type_system_sp->AddRestrictModifier(m_type); in AddRestrictModifier()
506 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()566 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
308 CompilerType AddRestrictModifier() const;
276 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
724 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
4645 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
782 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()