Searched refs:NextIndex (Results 1 – 6 of 6) sorted by relevance
372 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() local373 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs()375 CurrentIndex = NextIndex; in propagateAttrs()
961 unsigned NextIndex; member in clang::comments::__anonafe872d80211::SimpleTypoCorrector967 BestIndex(0), NextIndex(0) in SimpleTypoCorrector()986 unsigned CurrIndex = NextIndex++; in addDecl()
2038 uint64_t NextIndex = Index + 1; in dumpLayout() local2039 if (AddressPointsByIndex.count(NextIndex)) { in dumpLayout()2040 if (AddressPointsByIndex.count(NextIndex) == 1) { in dumpLayout()2042 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout()2050 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout()2055 llvm::make_range(AddressPointsByIndex.equal_range(NextIndex))) { in dumpLayout()
125 UseMap.insert(std::make_pair(Ref, std::make_pair(Owner, NextIndex))) in addRef()130 ++NextIndex; in addRef()131 assert(NextIndex != 0 && "Unexpected overflow"); in addRef()
212 uint64_t NextIndex; variable217 : Context(Context), NextIndex(0) {} in ReplaceableMetadataImpl()
1438 unsigned NextIndex = 1; // Skip identifier ID. in ReadMacroRecord() local1439 SubmoduleID SubModID = getGlobalSubmoduleID(F, Record[NextIndex++]); in ReadMacroRecord()1440 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex); in ReadMacroRecord()1442 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord()1443 MI->setIsUsed(Record[NextIndex++]); in ReadMacroRecord()1444 MI->setUsedForHeaderGuard(Record[NextIndex++]); in ReadMacroRecord()1448 bool isC99VarArgs = Record[NextIndex++]; in ReadMacroRecord()1449 bool isGNUVarArgs = Record[NextIndex++]; in ReadMacroRecord()1450 bool hasCommaPasting = Record[NextIndex++]; in ReadMacroRecord()1452 unsigned NumArgs = Record[NextIndex++]; in ReadMacroRecord()[all …]