Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp604 void CompilerType::ForEachEnumerator( in ForEachEnumerator() function in CompilerType
610 return type_system_sp->ForEachEnumerator(m_type, callback); in ForEachEnumerator()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h350 void ForEachEnumerator(
H A DTypeSystem.h307 virtual void ForEachEnumerator( in ForEachEnumerator() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp448 this_type.ForEachEnumerator([&sb_enum_member_list]( in GetEnumMembers()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h776 void ForEachEnumerator(
H A DTypeSystemClang.cpp5604 void TypeSystemClang::ForEachEnumerator( in ForEachEnumerator() function in TypeSystemClang