Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp448 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType
450 return m_type_system->AddRestrictModifier(m_type); in AddRestrictModifier()
H A DTypeSystem.cpp102 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
H A DType.cpp495 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()
555 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h247 CompilerType AddRestrictModifier() const;
H A DTypeSystem.h265 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h715 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4564 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp775 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()