HomeSort by: relevance | last modified time | path
    Searched refs:SpecialTypes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4593 RecordData SpecialTypes;
4594 AddTypeRef(Context.getRawCFConstantStringType(), SpecialTypes);
4595 AddTypeRef(Context.getFILEType(), SpecialTypes);
4596 AddTypeRef(Context.getjmp_bufType(), SpecialTypes);
4597 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes);
4598 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes);
4599 AddTypeRef(Context.ObjCClassRedefinitionType, SpecialTypes);
4600 AddTypeRef(Context.ObjCSelRedefinitionType, SpecialTypes);
4601 AddTypeRef(Context.getucontext_tType(), SpecialTypes);
4718 Stream.EmitRecord(SPECIAL_TYPES, SpecialTypes);
    [all...]
ASTReader.cpp 3262 if (SpecialTypes.empty()) {
3264 SpecialTypes.push_back(getGlobalTypeID(F, Record[I]));
3268 if (SpecialTypes.size() != Record.size()) {
3275 if (!SpecialTypes[I])
3276 SpecialTypes[I] = ID;
3277 // FIXME: If ID && SpecialTypes[I] != ID, do we need a separate
4875 if (SpecialTypes.size() >= NumSpecialTypeIDs) {
4876 if (unsigned String = SpecialTypes[SPECIAL_TYPE_CF_CONSTANT_STRING]) {
4881 if (unsigned File = SpecialTypes[SPECIAL_TYPE_FILE]) {
4902 if (unsigned Jmp_buf = SpecialTypes[SPECIAL_TYPE_JMP_BUF])
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 844 SmallVector<serialization::TypeID, 16> SpecialTypes;

Completed in 32 milliseconds