Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp107 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
H A DCompilerType.cpp730 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType
733 return type_system_sp->AddRestrictModifier(m_type); in AddRestrictModifier()
H A DType.cpp594 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()
661 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h363 CompilerType AddRestrictModifier() const;
H A DTypeSystem.h295 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp396 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h809 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4627 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp780 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()