Searched refs:SpecialTypes (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5972 RecordData SpecialTypes; in WriteASTCore() local 5975 AddTypeRef(Context, Context.getRawCFConstantStringType(), SpecialTypes); in WriteASTCore() 5976 AddTypeRef(Context, Context.getFILEType(), SpecialTypes); in WriteASTCore() 5977 AddTypeRef(Context, Context.getjmp_bufType(), SpecialTypes); in WriteASTCore() 5978 AddTypeRef(Context, Context.getsigjmp_bufType(), SpecialTypes); in WriteASTCore() 5979 AddTypeRef(Context, Context.ObjCIdRedefinitionType, SpecialTypes); in WriteASTCore() 5980 AddTypeRef(Context, Context.ObjCClassRedefinitionType, SpecialTypes); in WriteASTCore() 5981 AddTypeRef(Context, Context.ObjCSelRedefinitionType, SpecialTypes); in WriteASTCore() 5982 AddTypeRef(Context, Context.getucontext_tType(), SpecialTypes); in WriteASTCore() 6106 Stream.EmitRecord(SPECIAL_TYPES, SpecialTypes); in WriteASTCore()
|
| H A D | ASTReader.cpp | 3772 if (SpecialTypes.empty()) { in ReadASTBlock() 3774 SpecialTypes.push_back(getGlobalTypeID(F, Record[I])); in ReadASTBlock() 3781 if (SpecialTypes.size() != Record.size()) in ReadASTBlock() 3787 if (!SpecialTypes[I]) in ReadASTBlock() 3788 SpecialTypes[I] = ID; in ReadASTBlock() 5398 if (SpecialTypes.size() >= NumSpecialTypeIDs) { in InitializeContext() 5399 if (TypeID String = SpecialTypes[SPECIAL_TYPE_CF_CONSTANT_STRING]) { in InitializeContext() 5404 if (TypeID File = SpecialTypes[SPECIAL_TYPE_FILE]) { in InitializeContext() 5425 if (TypeID Jmp_buf = SpecialTypes[SPECIAL_TYPE_JMP_BUF]) { in InitializeContext() 5446 if (TypeID Sigjmp_buf = SpecialTypes[SPECIAL_TYPE_SIGJMP_BUF]) { in InitializeContext() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 987 SmallVector<serialization::TypeID, 16> SpecialTypes; variable
|