Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h357 CompilerType AddRestrictModifier() const;
H A DTypeSystem.h281 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp102 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
H A DCompilerType.cpp702 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType
705 return type_system_sp->AddRestrictModifier(m_type); in AddRestrictModifier()
H A DType.cpp589 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()
650 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp396 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h795 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4570 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp780 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()