Home
last modified time | relevance | path

Searched refs:CurrentName (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h699 uint32_t CurrentName; variable
702 assert(CurrentName <= CurrentIndex->getNameCount()); in next()
703 ++CurrentName; in next()
715 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator() argument
716 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {} in NameIterator()
719 return CurrentIndex->getNameTableEntry(CurrentName);
732 return A.CurrentIndex == B.CurrentIndex && A.CurrentName == B.CurrentName;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp25 if (const char *CurrentName = InputDIE.getName(DINameKind::ShortName)) in hashFullyQualifiedName() local
26 Name = CurrentName; in hashFullyQualifiedName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2359 if (const char *CurrentName = DIE.getName(DINameKind::ShortName)) in hashFullyQualifiedName() local
2360 Name = CurrentName; in hashFullyQualifiedName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4998 const DeclarationNameInfo &CurrentName, in checkNestingOfRegions() argument
5129 } else if (CurrentRegion == OMPD_critical && CurrentName.getName()) { in checkNestingOfRegions()
5136 [CurrentName, &PreviousCriticalLoc](OpenMPDirectiveKind K, in checkNestingOfRegions()
5139 if (K == OMPD_critical && DNI.getName() == CurrentName.getName()) { in checkNestingOfRegions()
5149 << CurrentName.getName(); in checkNestingOfRegions()