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.cpp740 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType
743 return type_system_sp->AddRestrictModifier(m_type); in AddRestrictModifier()
H A DType.cpp609 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()
676 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h371 CompilerType AddRestrictModifier() const;
H A DTypeSystem.h299 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp397 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp779 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h806 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4658 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang