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

References

tools/clang/include/clang/AST/ASTContext.h
 1646     if (ObjCIdRedefinitionType.isNull())
 1648     return ObjCIdRedefinitionType;
 1653     ObjCIdRedefinitionType = RedefType;
tools/clang/lib/Serialization/ASTReader.cpp
 4878       if (Context.ObjCIdRedefinitionType.isNull())
 4879         Context.ObjCIdRedefinitionType = GetType(ObjCIdRedef);
tools/clang/lib/Serialization/ASTWriter.cpp
 5003   AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes);