Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h634 using GlobalIdentifierMapType = variable
640 GlobalIdentifierMapType GlobalIdentifierMap;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8363 GlobalIdentifierMapType::iterator I = GlobalIdentifierMap.find(ID + 1); in DecodeIdentifierInfo()