Searched refs:AddRestrictModifier (Results 1 – 9 of 9) sorted by relevance
357 CompilerType AddRestrictModifier() const;
281 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
102 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
702 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType705 return type_system_sp->AddRestrictModifier(m_type); in AddRestrictModifier()
589 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()650 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
396 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier()
795 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
4570 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
780 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()