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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h236 CompilerType AddRestrictModifier() const;
H A DTypeSystem.h253 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h636 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp444 CompilerType CompilerType::AddRestrictModifier() const { function in class:CompilerType
446 return m_type_system->AddRestrictModifier(m_type);
H A DTypeSystem.cpp106 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) {
H A DType.cpp493 encoding_type->GetForwardCompilerType().AddRestrictModifier();
553 m_compiler_type = void_compiler_type.AddRestrictModifier();
H A DClangASTContext.cpp4316 ClangASTContext::AddRestrictModifier(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp752 pointer_ast_type = pointer_ast_type.AddRestrictModifier();

Completed in 206 milliseconds