Searched refs:CurrentName (Results 1 – 4 of 4) sorted by relevance
764 uint32_t CurrentName; variable767 assert(CurrentName <= CurrentIndex->getNameCount()); in next()768 ++CurrentName; in next()780 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator() argument781 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {} in NameIterator()784 return CurrentIndex->getNameTableEntry(CurrentName);797 return A.CurrentIndex == B.CurrentIndex && A.CurrentName == B.CurrentName;
2379 if (const char *CurrentName = DIE.getName(DINameKind::ShortName)) in hashFullyQualifiedName() local2380 Name = CurrentName; in hashFullyQualifiedName()
4783 const DeclarationNameInfo &CurrentName, in checkNestingOfRegions() argument4911 } else if (CurrentRegion == OMPD_critical && CurrentName.getName()) { in checkNestingOfRegions()4918 [CurrentName, &PreviousCriticalLoc](OpenMPDirectiveKind K, in checkNestingOfRegions()4921 if (K == OMPD_critical && DNI.getName() == CurrentName.getName()) { in checkNestingOfRegions()4930 << CurrentName.getName(); in checkNestingOfRegions()