Searched refs:Enumeration (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h260 Enumeration, member in class:lldb_private::TypeValidatorResult::CompilerContextKind
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp340 context.push_back(CompilerContext(CompilerContextKind::Enumeration, ConstString(GetName())));
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp67 void Enumeration(raw_ostream &OS, const char *ClassName);
113 // Enumeration - Emit the specified class as an enumeration.
115 void SubtargetEmitter::Enumeration(raw_ostream &OS, function in class:SubtargetEmitter
1403 emitSourceFileHeader("Subtarget Enumeration Source Fragment", OS);
1409 Enumeration(OS, "SubtargetFeature");
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp57 case CompilerContextKind::Enumeration: printf("Enumeration"); break;
H A DClangASTContext.cpp2141 #pragma mark Enumeration Types

Completed in 129 milliseconds