Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4145 std::pair<ModuleFile *, unsigned> PPInfo = getModulePreprocessedEntity(Index); in ReadPreprocessedEntity() local
4146 ModuleFile &M = *PPInfo.first; in ReadPreprocessedEntity()
4147 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity()
4376 std::pair<ModuleFile *, unsigned> PPInfo = getModulePreprocessedEntity(Index); in isPreprocessedEntityInFileID() local
4377 ModuleFile &M = *PPInfo.first; in isPreprocessedEntityInFileID()
4378 unsigned LocalIndex = PPInfo.second; in isPreprocessedEntityInFileID()