Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h410 void ForEachEnumerator(
H A DTypeSystem.h330 virtual void ForEachEnumerator( in ForEachEnumerator() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp818 void CompilerType::ForEachEnumerator( in ForEachEnumerator() function in CompilerType
824 return type_system_sp->ForEachEnumerator(m_type, callback); in ForEachEnumerator()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp549 this_type.ForEachEnumerator([&sb_enum_member_list]( in GetEnumMembers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h862 void ForEachEnumerator(
H A DTypeSystemClang.cpp5571 void TypeSystemClang::ForEachEnumerator( in ForEachEnumerator() function in TypeSystemClang