Home
last modified time | relevance | path

Searched refs:NUM_PREDEF_PP_ENTITY_IDS (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
DASTBitCodes.h197 const unsigned int NUM_PREDEF_PP_ENTITY_IDS = 1; variable
/external/clang/lib/Serialization/
DASTWriter.cpp2263 + NUM_PREDEF_PP_ENTITY_IDS; in WritePreprocessorDetail()
2329 NUM_PREDEF_PP_ENTITY_IDS}; in WritePreprocessorDetail()
DASTReader.cpp1503 I = M.PreprocessedEntityRemap.find(LocalID - NUM_PREDEF_PP_ENTITY_IDS); in getGlobalPreprocessedEntityID()