Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i353 ") IsScopedEnumerationType;
355 IsScopedEnumerationType ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp274 bool SBType::IsScopedEnumerationType() { in IsScopedEnumerationType() function in SBType
275 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsScopedEnumerationType); in IsScopedEnumerationType()
279 return m_opaque_sp->GetCompilerType(true).IsScopedEnumerationType(); in IsScopedEnumerationType()
956 LLDB_REGISTER_METHOD(bool, SBType, IsScopedEnumerationType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h134 bool IsScopedEnumerationType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp43 bool CompilerType::IsScopedEnumerationType() const { in IsScopedEnumerationType() function in CompilerType
45 return m_type_system->IsScopedEnumerationType(m_type); in IsScopedEnumerationType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h87 bool IsScopedEnumerationType() const;
H A DTypeSystem.h178 virtual bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h600 bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3219 bool TypeSystemClang::IsScopedEnumerationType( in IsScopedEnumerationType() function in TypeSystemClang
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58767 result = (bool)(arg1)->IsScopedEnumerationType(); in _wrap_SBType_IsScopedEnumerationType()