Home
last modified time | relevance | path

Searched refs:LocalIndex (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
DASTReader.cpp4831 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity() local
4832 return std::make_pair(M, LocalIndex); in getModulePreprocessedEntity()
4857 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity() local
4858 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()
5063 unsigned LocalIndex = PPInfo.second; in isPreprocessedEntityInFileID() local
5064 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
6130 unsigned LocalIndex = LocalID >> Qualifiers::FastWidth; in getGlobalTypeID() local
6132 if (LocalIndex < NUM_PREDEF_TYPE_IDS) in getGlobalTypeID()
6136 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS); in getGlobalTypeID()
6139 unsigned GlobalIndex = LocalIndex + I->second; in getGlobalTypeID()