Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp496 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()
554 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveCompilerType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h247 CompilerType AddRestrictModifier() const;
H A DTypeSystem.h264 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h707 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4596 TypeSystemClang::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystemClang
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp326 record_type = record_type.AddRestrictModifier(); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp777 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()