Searched refs:NUM_PREDEF_TYPE_IDS (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTBitCodes.h224 /// subtracting NUM_PREDEF_TYPE_IDS, are used to index into the
643 const unsigned NUM_PREDEF_TYPE_IDS = 100; member in namespace:clang::serialization
/external/clang/lib/Serialization/
H A DASTWriter.cpp2201 Record.push_back(FirstTypeID - NUM_PREDEF_TYPE_IDS);
3123 FirstTypeID(NUM_PREDEF_TYPE_IDS), NextTypeID(FirstTypeID),
4388 FirstTypeID = NUM_PREDEF_TYPE_IDS + Chain->getTotalNumTypes();
H A DASTReader.cpp4376 if (Index < NUM_PREDEF_TYPE_IDS) {
4433 Index -= NUM_PREDEF_TYPE_IDS;
4458 if (LocalIndex < NUM_PREDEF_TYPE_IDS)
4462 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS);

Completed in 58 milliseconds