Searched refs:CurrentName (Results 1 – 3 of 3) sorted by relevance
546 uint32_t CurrentName; variable549 assert(CurrentName <= CurrentIndex->getNameCount()); in next()550 ++CurrentName; in next()562 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator() argument563 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {} in NameIterator()566 return CurrentIndex->getNameTableEntry(CurrentName);579 return A.CurrentIndex == B.CurrentIndex && A.CurrentName == B.CurrentName;
1933 if (const char *CurrentName = DIE.getName(DINameKind::ShortName)) in hashFullyQualifiedName() local1934 Name = CurrentName; in hashFullyQualifiedName()
4640 const DeclarationNameInfo &CurrentName, in checkNestingOfRegions() argument4747 } else if (CurrentRegion == OMPD_critical && CurrentName.getName()) { in checkNestingOfRegions()4754 [CurrentName, &PreviousCriticalLoc](OpenMPDirectiveKind K, in checkNestingOfRegions()4757 if (K == OMPD_critical && DNI.getName() == CurrentName.getName()) { in checkNestingOfRegions()4767 << CurrentName.getName(); in checkNestingOfRegions()