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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp768 CVTypeArray::Iterator firstType = types.begin(); local
769 if (firstType == types.end())
782 if (firstType->kind() == LF_TYPESERVER2) {
784 TypeDeserializer::deserializeAs<TypeServer2Record>(firstType->data()));
792 if (firstType->kind() == LF_PRECOMP) {
794 TypeDeserializer::deserializeAs<PrecompRecord>(firstType->data()));
H A DDebugTypes.cpp459 auto firstType = types.begin(); local
460 file->debugTypes = file->debugTypes.drop_front(firstType->RecordData.size());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3087 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; }

Completed in 95 milliseconds