Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTBitCodes.h195 const unsigned int NUM_PREDEF_PP_ENTITY_IDS = 1; variable
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp2121 + NUM_PREDEF_PP_ENTITY_IDS; in WritePreprocessorDetail()
2186 Record.push_back(FirstPreprocessorEntityID - NUM_PREDEF_PP_ENTITY_IDS); in WritePreprocessorDetail()
HDASTReader.cpp1231 I = M.PreprocessedEntityRemap.find(LocalID - NUM_PREDEF_PP_ENTITY_IDS); in getGlobalPreprocessedEntityID()