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

/freebsd-current/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-current/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp102 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) {
H A DCompilerType.cpp702 CompilerType CompilerType::AddRestrictModifier() const { function in class:CompilerType
705 return type_system_sp->AddRestrictModifier(m_type);
H A DType.cpp589 encoding_type->GetForwardCompilerType().AddRestrictModifier();
650 m_compiler_type = void_compiler_type.AddRestrictModifier();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp396 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier();
/freebsd-current/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) { function in class:TypeSystemClang
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp780 pointer_ast_type = pointer_ast_type.AddRestrictModifier();

Completed in 277 milliseconds