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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3551   ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,

References

tools/clang/lib/Parse/ParseObjc.cpp
 1706       if (!Actions.LookupProtocol(identifiers[i], identifierLocs[i])) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 7099       if (ObjCProtocolDecl *Protocol = LookupProtocol(Pair.first, Pair.second))
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1188     if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(),
 1215   ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc,
 1297     ObjCProtocolDecl *PDecl = LookupProtocol(Pair.first, Pair.second);
 1520     ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]);
 1775     ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second,
tools/clang/lib/Sema/SemaExprObjC.cpp
  986               LookupProtocol(&Context.Idents.get("NSCopying"), SR.getBegin())) {
 1244   ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc);
tools/clang/lib/Sema/SemaObjCProperty.cpp
  604             LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc))