Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h289 const unsigned int NUM_PREDEF_PP_ENTITY_IDS = 1; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2762 + NUM_PREDEF_PP_ENTITY_IDS; in WritePreprocessorDetail()
2832 NUM_PREDEF_PP_ENTITY_IDS}; in WritePreprocessorDetail()
H A DASTReader.cpp2012 I = M.PreprocessedEntityRemap.find(LocalID - NUM_PREDEF_PP_ENTITY_IDS); in getGlobalPreprocessedEntityID()