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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 6863   if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) {
 6863   if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) {
 6865       if (ReceiverType->isObjCClassType())
 6870       ReceiverType =
 6877       ReceiverType = RecExpr->getType();
 6886                             ReceiverType, SelIdents));
 6909   if (ReceiverType->isObjCClassType() ||
 6910       ReceiverType->isObjCQualifiedClassType()) {
 6919                ReceiverType->getAsObjCQualifiedIdType()) {
 6927                ReceiverType->getAsObjCInterfacePointerType()) {
 6938   else if (ReceiverType->isObjCIdType()) {