Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h289 const unsigned int NUM_PREDEF_PP_ENTITY_IDS = 1; variable
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp2762 + NUM_PREDEF_PP_ENTITY_IDS; in WritePreprocessorDetail()
2832 NUM_PREDEF_PP_ENTITY_IDS}; in WritePreprocessorDetail()
HDASTReader.cpp2012 I = M.PreprocessedEntityRemap.find(LocalID - NUM_PREDEF_PP_ENTITY_IDS); in getGlobalPreprocessedEntityID()