Searched refs:CurrentName (Results 1 – 3 of 3) sorted by relevance
547 uint32_t CurrentName; variable550 assert(CurrentName <= CurrentIndex->getNameCount()); in next()551 ++CurrentName; in next()563 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator() argument564 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {} in NameIterator()567 return CurrentIndex->getNameTableEntry(CurrentName);580 return A.CurrentIndex == B.CurrentIndex && A.CurrentName == B.CurrentName;
2051 if (const char *CurrentName = DIE.getName(DINameKind::ShortName)) in hashFullyQualifiedName() local2052 Name = CurrentName; in hashFullyQualifiedName()
4983 const DeclarationNameInfo &CurrentName, in checkNestingOfRegions() argument5102 } else if (CurrentRegion == OMPD_critical && CurrentName.getName()) { in checkNestingOfRegions()5109 [CurrentName, &PreviousCriticalLoc](OpenMPDirectiveKind K, in checkNestingOfRegions()5112 if (K == OMPD_critical && DNI.getName() == CurrentName.getName()) { in checkNestingOfRegions()5122 << CurrentName.getName(); in checkNestingOfRegions()