Searched refs:SpecialTypes (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4593 RecordData SpecialTypes; in WriteASTCore() local 4594 AddTypeRef(Context.getRawCFConstantStringType(), SpecialTypes); in WriteASTCore() 4595 AddTypeRef(Context.getFILEType(), SpecialTypes); in WriteASTCore() 4596 AddTypeRef(Context.getjmp_bufType(), SpecialTypes); in WriteASTCore() 4597 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes); in WriteASTCore() 4598 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes); in WriteASTCore() 4599 AddTypeRef(Context.ObjCClassRedefinitionType, SpecialTypes); in WriteASTCore() 4600 AddTypeRef(Context.ObjCSelRedefinitionType, SpecialTypes); in WriteASTCore() 4601 AddTypeRef(Context.getucontext_tType(), SpecialTypes); in WriteASTCore() 4718 Stream.EmitRecord(SPECIAL_TYPES, SpecialTypes); in WriteASTCore()
|
| H A D | ASTReader.cpp | 3262 if (SpecialTypes.empty()) { in ReadASTBlock() 3264 SpecialTypes.push_back(getGlobalTypeID(F, Record[I])); in ReadASTBlock() 3268 if (SpecialTypes.size() != Record.size()) { in ReadASTBlock() 3275 if (!SpecialTypes[I]) in ReadASTBlock() 3276 SpecialTypes[I] = ID; in ReadASTBlock() 4875 if (SpecialTypes.size() >= NumSpecialTypeIDs) { in InitializeContext() 4876 if (unsigned String = SpecialTypes[SPECIAL_TYPE_CF_CONSTANT_STRING]) { in InitializeContext() 4881 if (unsigned File = SpecialTypes[SPECIAL_TYPE_FILE]) { in InitializeContext() 4902 if (unsigned Jmp_buf = SpecialTypes[SPECIAL_TYPE_JMP_BUF]) { in InitializeContext() 4923 if (unsigned Sigjmp_buf = SpecialTypes[SPECIAL_TYPE_SIGJMP_BUF]) { in InitializeContext() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 844 SmallVector<serialization::TypeID, 16> SpecialTypes; variable
|