Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp86 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in TypeSystem
H A DCompilerType.cpp470 CompilerType CompilerType::AddRestrictModifier() const { in AddRestrictModifier() function in CompilerType
472 return m_type_system->AddRestrictModifier(m_type); in AddRestrictModifier()
H A DType.cpp453 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveClangType()
502 m_compiler_type = void_compiler_type.AddRestrictModifier(); in ResolveClangType()
H A DClangASTContext.cpp4943 ClangASTContext::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h266 CompilerType AddRestrictModifier() const;
H A DTypeSystem.h264 virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h715 CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp747 pointer_ast_type = pointer_ast_type.AddRestrictModifier(); in CreateLLDBTypeFromPDBType()