Home
last modified time | relevance | path

Searched refs:ForEachEnumerator (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp529 void CompilerType::ForEachEnumerator( in ForEachEnumerator() function in CompilerType
534 return m_type_system->ForEachEnumerator(m_type, callback); in ForEachEnumerator()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h290 void ForEachEnumerator(
H A DTypeSystem.h295 virtual void ForEachEnumerator( in ForEachEnumerator() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp449 this_type.ForEachEnumerator([&sb_enum_member_list]( in GetEnumMembers()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h760 void ForEachEnumerator(
H A DTypeSystemClang.cpp5551 void TypeSystemClang::ForEachEnumerator( in ForEachEnumerator() function in TypeSystemClang