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

References

tools/clang/include/clang/AST/Type.h
 5687   bool isObjCUnqualifiedId() const { return qual_empty() && isObjCId(); }
 5696   bool isObjCQualifiedId() const { return !qual_empty() && isObjCId(); }
tools/clang/lib/AST/MicrosoftMangle.cpp
 2788   if (T->isObjCId())
tools/clang/lib/Sema/SemaDeclObjC.cpp
   54   if (result->isObjCId()) {
 3442   if (TypeBound->isObjCId())
tools/clang/lib/Sema/SemaExprMember.cpp
 1199   if (ty->isObjCId()) {
 1328           (OTy->isObjCId() || OTy->isObjCClass()))
 1333       if (OTy->isObjCId() && Member->isStr("isa"))
 1494     if (OT->isObjCId()) {