Home
last modified time | relevance | path

Searched refs:AddRestrictModifier (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp101 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
H A DCompilerType.cpp517 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType
520 return type_system_sp->AddRestrictModifier(m_type); in AddRestrictModifier()
H A DType.cpp506 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()
566 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h308 CompilerType AddRestrictModifier() const;
H A DTypeSystem.h276 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h724 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4645 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp782 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()