Home
last modified time | relevance | path

Searched refs:NUM_PREDEF_TYPE_IDS (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h1090 const unsigned NUM_PREDEF_TYPE_IDS = 300; variable
H A DASTWriter.h242 serialization::TypeID FirstTypeID = serialization::NUM_PREDEF_TYPE_IDS;
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DPCHInternals.rst253 ``NUM_PREDEF_TYPE_IDS`` represent predefined types (``void``, ``float``, etc.),
255 ``NUM_PREDEF_TYPE_IDS`` upward as the types are encountered. The AST file has
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6817 if (Index < NUM_PREDEF_TYPE_IDS) { in GetType()
7071 Index -= NUM_PREDEF_TYPE_IDS; in GetType()
7096 if (LocalIndex < NUM_PREDEF_TYPE_IDS) in getGlobalTypeID()
7103 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS); in getGlobalTypeID()
H A DASTWriter.cpp2919 FirstTypeID - NUM_PREDEF_TYPE_IDS}; in WriteTypeDeclOffsets()
5637 FirstTypeID = NUM_PREDEF_TYPE_IDS + Chain->getTotalNumTypes(); in ReaderInitialized()