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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 1452         (void)DiagnoseUseOfDecl(proto, identifierLocs[i]);
 1456       if (!proto->isThisDeclarationADefinition() && proto->getDefinition())
 1456       if (!proto->isThisDeclarationADefinition() && proto->getDefinition())
 1457         proto = proto->getDefinition();
 1457         proto = proto->getDefinition();
 1464           NestedProtocolHasNoDefinition(proto, forwardDecl)) {
 1466           << proto->getDeclName();