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

References

tools/clang/tools/libclang/CIndex.cpp
 1543     VisitType = Context.getObjCIdType();
 1547     VisitType = Context.getObjCClassType();
 1551     VisitType = Context.getObjCSelType();
 1555   if (!VisitType.isNull()) {
 1556     if (const TypedefType *Typedef = VisitType->getAs<TypedefType>())