reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
 3230       if (SpecialTypes.empty()) {
 3232           SpecialTypes.push_back(getGlobalTypeID(F, Record[I]));
 3236       if (SpecialTypes.size() != Record.size()) {
 3243         if (!SpecialTypes[I])
 3244           SpecialTypes[I] = ID;
 4810   if (SpecialTypes.size() >= NumSpecialTypeIDs) {
 4811     if (unsigned String = SpecialTypes[SPECIAL_TYPE_CF_CONSTANT_STRING]) {
 4816     if (unsigned File = SpecialTypes[SPECIAL_TYPE_FILE]) {
 4837     if (unsigned Jmp_buf = SpecialTypes[SPECIAL_TYPE_JMP_BUF]) {
 4858     if (unsigned Sigjmp_buf = SpecialTypes[SPECIAL_TYPE_SIGJMP_BUF]) {
 4877           = SpecialTypes[SPECIAL_TYPE_OBJC_ID_REDEFINITION]) {
 4883           = SpecialTypes[SPECIAL_TYPE_OBJC_CLASS_REDEFINITION]) {
 4889           = SpecialTypes[SPECIAL_TYPE_OBJC_SEL_REDEFINITION]) {
 4894     if (unsigned Ucontext_t = SpecialTypes[SPECIAL_TYPE_UCONTEXT_T]) {