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
730 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType733 return type_system_sp->AddRestrictModifier(m_type); in AddRestrictModifier()
594 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()661 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
363 CompilerType AddRestrictModifier() const;
295 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
396 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier()
809 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
4627 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
780 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()