Searched refs:SourceOrderOrNumArrayIndices (Results 1 – 3 of 3) sorted by relevance
1616 IsWritten(false), SourceOrderOrNumArrayIndices(0) in CXXCtorInitializer()1627 IsWritten(false), SourceOrderOrNumArrayIndices(0) in CXXCtorInitializer()1638 IsWritten(false), SourceOrderOrNumArrayIndices(0) in CXXCtorInitializer()1648 IsWritten(false), SourceOrderOrNumArrayIndices(0) in CXXCtorInitializer()1661 IsWritten(false), SourceOrderOrNumArrayIndices(NumIndices) in CXXCtorInitializer()
1939 unsigned SourceOrderOrNumArrayIndices : 13; variable2080 return IsWritten ? static_cast<int>(SourceOrderOrNumArrayIndices) : -1; in getSourceOrder()2093 assert(SourceOrderOrNumArrayIndices == 0 && in setSourceOrder()2098 SourceOrderOrNumArrayIndices = static_cast<unsigned>(pos); in setSourceOrder()2107 return IsWritten ? 0 : SourceOrderOrNumArrayIndices; in getNumArrayIndices()
7882 unsigned SourceOrderOrNumArrayIndices; in ReadCXXCtorInitializers() local7885 SourceOrderOrNumArrayIndices = Record[Idx++]; in ReadCXXCtorInitializers()7887 SourceOrderOrNumArrayIndices = Record[Idx++]; in ReadCXXCtorInitializers()7888 Indices.reserve(SourceOrderOrNumArrayIndices); in ReadCXXCtorInitializers()7889 for (unsigned i=0; i != SourceOrderOrNumArrayIndices; ++i) in ReadCXXCtorInitializers()7923 BOMInit->setSourceOrder(SourceOrderOrNumArrayIndices); in ReadCXXCtorInitializers()