Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i213 ) lldb::SBType::IsScopedEnumerationType;
/freebsd/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()
343 return IsEnumerationType() && !IsScopedEnumerationType(); in IsUnscopedEnumerationType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h171 bool IsScopedEnumerationType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp285 bool SBType::IsScopedEnumerationType() { in IsScopedEnumerationType() function in SBType
290 return m_opaque_sp->GetCompilerType(true).IsScopedEnumerationType(); in IsScopedEnumerationType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h134 bool IsScopedEnumerationType() const;
H A DTypeSystem.h194 virtual bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h688 bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3234 bool TypeSystemClang::IsScopedEnumerationType( in IsScopedEnumerationType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1127 !GetCompilerType().IsScopedEnumerationType() && in GetValueAsAPSInt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68412 result = (bool)(arg1)->IsScopedEnumerationType(); in _wrap_SBType_IsScopedEnumerationType()