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.h206 const unsigned int NUM_PREDEF_PP_ENTITY_IDS = 1; variable
/external/clang/lib/Serialization/
DASTWriter.cpp2341 + NUM_PREDEF_PP_ENTITY_IDS; in WritePreprocessorDetail()
2407 NUM_PREDEF_PP_ENTITY_IDS}; in WritePreprocessorDetail()
DASTReader.cpp1523 I = M.PreprocessedEntityRemap.find(LocalID - NUM_PREDEF_PP_ENTITY_IDS); in getGlobalPreprocessedEntityID()