Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i213 ) lldb::SBType::IsScopedEnumerationType;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp45 bool CompilerType::IsScopedEnumerationType() const { in IsScopedEnumerationType() function in CompilerType
48 return type_system_sp->IsScopedEnumerationType(m_type); in IsScopedEnumerationType()
322 return IsEnumerationType() && !IsScopedEnumerationType(); in IsUnscopedEnumerationType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h140 bool IsScopedEnumerationType();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp267 bool SBType::IsScopedEnumerationType() { in IsScopedEnumerationType() function in SBType
272 return m_opaque_sp->GetCompilerType(true).IsScopedEnumerationType(); in IsScopedEnumerationType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h134 bool IsScopedEnumerationType() const;
H A DTypeSystem.h189 virtual bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h677 bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3197 bool TypeSystemClang::IsScopedEnumerationType( in IsScopedEnumerationType() function in TypeSystemClang
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65214 result = (bool)(arg1)->IsScopedEnumerationType(); in _wrap_SBType_IsScopedEnumerationType()