Searched refs:IdentifierTableData (Results 1 – 3 of 3) sorted by relevance
30 IdentifierTableData(nullptr), IdentifierLookupTable(nullptr), in ModuleFile()
2757 F.IdentifierTableData = Blob.data(); in ReadASTBlock()2760 (const unsigned char *)F.IdentifierTableData + Record[0], in ReadASTBlock()2761 (const unsigned char *)F.IdentifierTableData + sizeof(uint32_t), in ReadASTBlock()2762 (const unsigned char *)F.IdentifierTableData, in ReadASTBlock()7435 const char *Str = M->IdentifierTableData + M->IdentifierOffsets[Index]; in DecodeIdentifierInfo()
266 const char *IdentifierTableData; variable