Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h137 const unsigned int NUM_PREDEF_IDENT_IDS = 1; variable
H A DASTWriter.h263 serialization::IdentID FirstIdentID = serialization::NUM_PREDEF_IDENT_IDS;
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3494 FirstIdentID - NUM_PREDEF_IDENT_IDS}; in WriteIdentifierTable()
5638 FirstIdentID = NUM_PREDEF_IDENT_IDS + Chain->getTotalNumIdentifiers(); in ReaderInitialized()
H A DASTReader.cpp8532 if (LocalID < NUM_PREDEF_IDENT_IDS) in getGlobalIdentifierID()
8539 = M.IdentifierRemap.find(LocalID - NUM_PREDEF_IDENT_IDS); in getGlobalIdentifierID()