Home
last modified time | relevance | path

Searched refs:GetTypeQualifiers (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp321 unsigned CompilerType::GetTypeQualifiers() const { in GetTypeQualifiers() function in CompilerType
323 return m_type_system->GetTypeQualifiers(m_type); in GetTypeQualifiers()
HDClangASTContext.cpp3917 unsigned ClangASTContext::GetTypeQualifiers(lldb::opaque_compiler_type_t type) { in GetTypeQualifiers() function in ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h172 unsigned GetTypeQualifiers() const;
HDTypeSystem.h388 virtual unsigned GetTypeQualifiers(lldb::opaque_compiler_type_t type) = 0;
HDClangASTContext.h581 unsigned GetTypeQualifiers(lldb::opaque_compiler_type_t type) override;