Lines Matching refs:LocalIndex
1550 [&](SourceLocation::UIntTy Offset, std::size_t LocalIndex) { in getSLocEntryID() argument
1551 int ID = F->SLocEntryBaseID + LocalIndex; in getSLocEntryID()
1555 auto MaybeEntryOffset = readSLocOffset(F, LocalIndex); in getSLocEntryID()
6215 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity() local
6216 return std::make_pair(M, LocalIndex); in getModulePreprocessedEntity()
6248 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedSkippedRangeID; in ReadSkippedRange() local
6249 assert(LocalIndex < M->NumPreprocessedSkippedRanges); in ReadSkippedRange()
6250 PPSkippedRange RawRange = M->PreprocessedSkippedRangeOffsets[LocalIndex]; in ReadSkippedRange()
6261 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity() local
6262 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()
6483 unsigned LocalIndex = PPInfo.second; in isPreprocessedEntityInFileID() local
6484 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
9021 unsigned LocalIndex = Index - M->BaseIdentifierID; in DecodeIdentifierInfo() local
9023 M->IdentifierTableData + M->IdentifierOffsets[LocalIndex]; in DecodeIdentifierInfo()