Home
last modified time | relevance | path

Searched refs:enumerator_type (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Denum.cpp10 int& enumerator_type(int);
11 float& enumerator_type(E);
15 float& fr = enumerator_type(Val2); in f()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp815 Type *enumerator_type = in ParseEnum() local
817 if (enumerator_type) in ParseEnum()
818 enumerator_clang_type = enumerator_type->GetFullCompilerType(); in ParseEnum()