Searched refs:CurrentName (Results 1 – 4 of 4) sorted by relevance
699 uint32_t CurrentName; variable702 assert(CurrentName <= CurrentIndex->getNameCount()); in next()703 ++CurrentName; in next()715 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator() argument716 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {} in NameIterator()719 return CurrentIndex->getNameTableEntry(CurrentName);732 return A.CurrentIndex == B.CurrentIndex && A.CurrentName == B.CurrentName;
25 if (const char *CurrentName = InputDIE.getName(DINameKind::ShortName)) in hashFullyQualifiedName() local26 Name = CurrentName; in hashFullyQualifiedName()
2359 if (const char *CurrentName = DIE.getName(DINameKind::ShortName)) in hashFullyQualifiedName() local2360 Name = CurrentName; in hashFullyQualifiedName()
4998 const DeclarationNameInfo &CurrentName, in checkNestingOfRegions() argument5129 } 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()