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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h242 TypeIdxMap TypeIdxs; member in class:clang::ASTWriter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2795 TypeIdx &IdxRef = TypeIdxs[T];
5231 TypeIdx &Idx = TypeIdxs[T];
5254 TypeIdxMap::const_iterator I = TypeIdxs.find(T);
5255 assert(I != TypeIdxs.end() && "Type not emitted!");
5707 TypeIdx &StoredIdx = TypeIdxs[T];

Completed in 73 milliseconds