Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h198 TypeIdxMap TypeIdxs; variable
/external/clang/lib/Serialization/
DASTWriter.cpp2124 TypeIdx &Idx = TypeIdxs[T]; in WriteType()
3835 TypeIdx &Idx = TypeIdxs[T]; in GetOrCreateTypeIdx()
3855 TypeIdxMap::const_iterator I = TypeIdxs.find(T); in getTypeIdx()
3856 assert(I != TypeIdxs.end() && "Type not emitted!"); in getTypeIdx()
4457 TypeIdx &StoredIdx = TypeIdxs[T]; in TypeRead()