Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h98 TypeIdxMap; typedef
210 TypeIdxMap TypeIdxs;
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5100 TypeIdxMap::const_iterator I = TypeIdxs.find(T); in getTypeIdx()