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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2795 TypeIdx &IdxRef = TypeIdxs[T]; local
2796 if (IdxRef.getIndex() == 0) // we haven't seen this type before.
2797 IdxRef = TypeIdx(NextTypeID++);
2798 TypeIdx Idx = IdxRef;

Completed in 131 milliseconds