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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 1298     if (!PDecl) {
 1303       if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>()))
 1308     if (!PDecl) {
 1313     if (!PDecl->isThisDeclarationADefinition() && PDecl->getDefinition())
 1313     if (!PDecl->isThisDeclarationADefinition() && PDecl->getDefinition())
 1314       PDecl = PDecl->getDefinition();
 1314       PDecl = PDecl->getDefinition();
 1319       (void)DiagnoseUseOfDecl(PDecl, Pair.second);
 1328         NestedProtocolHasNoDefinition(PDecl, UndefinedProtocol)) {
 1333     Protocols.push_back(PDecl);