Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h207 TypeIdxMap TypeIdxs; variable
/external/clang/lib/Serialization/
DASTWriter.cpp2386 TypeIdx &Idx = TypeIdxs[T]; in WriteType()
4209 TypeIdx &Idx = TypeIdxs[T]; in GetOrCreateTypeIdx()
4229 TypeIdxMap::const_iterator I = TypeIdxs.find(T); in getTypeIdx()
4230 assert(I != TypeIdxs.end() && "Type not emitted!"); in getTypeIdx()
4843 TypeIdx &StoredIdx = TypeIdxs[T]; in TypeRead()