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

References

tools/clang/lib/Sema/SemaDecl.cpp
 2224         if (!T->isPointerType())
 2226         if (!T->isVoidPointerType()) {
 2227           QualType PT = T->castAs<PointerType>()->getPointeeType();
 2231         Context.setObjCIdRedefinitionType(T);