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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h128 const unsigned int NUM_PREDEF_IDENT_IDS = 1; member in namespace:clang::serialization
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3254 Record.push_back(FirstIdentID - NUM_PREDEF_IDENT_IDS);
3782 FirstIdentID(NUM_PREDEF_IDENT_IDS), NextIdentID(FirstIdentID),
5175 FirstIdentID = NUM_PREDEF_IDENT_IDS + Chain->getTotalNumIdentifiers();
H A DASTReader.cpp6627 if (LocalID < NUM_PREDEF_IDENT_IDS)
6631 = M.IdentifierRemap.find(LocalID - NUM_PREDEF_IDENT_IDS);

Completed in 134 milliseconds