Searched refs:Enumerator (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp87 template <typename Enumerator>
89 filterAndSortClassDefs(LinePrinter &Printer, Enumerator &E,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp394 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h233 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value,
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp806 for (auto Enumerator : EnumDcl->enumerators()) {
807 const Expr *InitExpr = Enumerator->getInitExpr();
818 uint64_t EnumVal = Enumerator->getInitVal().getZExtValue();
827 SourceLocation EndLoc = Enumerator->getEndLoc();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1438 DIE &Enumerator = createAndAddDIE(dwarf::DW_TAG_enumerator, Buffer); local
1440 addString(Enumerator, dwarf::DW_AT_name, Name);
1442 addConstantValue(Enumerator, IsUnsigned, Value);
1444 addGlobalName(Name, Enumerator, Context);
H A DCodeViewDebug.cpp2064 if (auto *Enumerator = dyn_cast_or_null<DIEnumerator>(Element)) {
2066 APSInt::getUnsigned(Enumerator->getValue()),
2067 Enumerator->getName());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h840 : TypeRecord(TypeRecordKind::Enumerator), Attrs(Attrs),
843 : TypeRecord(TypeRecordKind::Enumerator), Attrs(Access),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp254 auto Color = HighlightColor::Enumerator;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp881 else if (const auto *Enumerator = dyn_cast<EnumConstantDecl>(ND))
882 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
2605 } else if (const auto *Enumerator = dyn_cast<EnumConstantDecl>(ND)) {
2606 T = Context.getTypeDeclType(cast<TypeDecl>(Enumerator->getDeclContext()));
5024 if (auto *Enumerator =
5032 Enumerators.Seen.insert(Enumerator);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp293 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr,

Completed in 138 milliseconds

12