Searched refs:AddRestrictModifier (Results 1 – 8 of 8) sorted by relevance
86 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
470 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType472 return m_type_system->AddRestrictModifier(m_type); in AddRestrictModifier()
453 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveClangType()502 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveClangType()
4943 ClangASTContext::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in ClangASTContext
266 CompilerType AddRestrictModifier() const;
264 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
715 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
747 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()