Searched refs:CurrentName (Results 1 – 4 of 4) sorted by relevance
766 uint32_t CurrentName; variable769 assert(CurrentName <= CurrentIndex->getNameCount()); in next()770 ++CurrentName; in next()783 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator() argument784 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {} in NameIterator()787 return CurrentIndex->getNameTableEntry(CurrentName);806 return this->CurrentName - other.CurrentName;810 return A.CurrentIndex == B.CurrentIndex && A.CurrentName == B.CurrentName;
2496 if (const char *CurrentName = DIE.getName(DINameKind::ShortName)) in hashFullyQualifiedName() local2497 Name = CurrentName; in hashFullyQualifiedName()
4782 const DeclarationNameInfo &CurrentName, in checkNestingOfRegions() argument4910 } else if (CurrentRegion == OMPD_critical && CurrentName.getName()) { in checkNestingOfRegions()4917 [CurrentName, &PreviousCriticalLoc](OpenMPDirectiveKind K, in checkNestingOfRegions()4920 if (K == OMPD_critical && DNI.getName() == CurrentName.getName()) { in checkNestingOfRegions()4929 << CurrentName.getName(); in checkNestingOfRegions()