Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h756 GlobalPreprocessedEntityMapType GlobalPreprocessedEntityMap; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3225 GlobalPreprocessedEntityMap.insert(std::make_pair(StartingID, &F)); in ReadASTBlock()
5401 I = GlobalPreprocessedEntityMap.find(GlobalIndex); in getModulePreprocessedEntity()
5402 assert(I != GlobalPreprocessedEntityMap.end() && in getModulePreprocessedEntity()
7738 GlobalPreprocessedEntityMap); in dump()