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.h195 const unsigned int NUM_PREDEF_PP_ENTITY_IDS = 1; variable
/external/clang/lib/Serialization/
DASTWriter.cpp2147 + NUM_PREDEF_PP_ENTITY_IDS; in WritePreprocessorDetail()
2212 Record.push_back(FirstPreprocessorEntityID - NUM_PREDEF_PP_ENTITY_IDS); in WritePreprocessorDetail()
DASTReader.cpp1459 I = M.PreprocessedEntityRemap.find(LocalID - NUM_PREDEF_PP_ENTITY_IDS); in getGlobalPreprocessedEntityID()