Home
last modified time | relevance | path

Searched refs:LookupProtocol (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp679 if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(), in CheckForwardProtocolDeclarationForCircularDependency()
710 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface()
786 ObjCProtocolDecl *PDecl = LookupProtocol(ProtocolId[i].first, in FindProtocolDeclaration()
861 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second, in ActOnForwardProtocolDeclaration()
DSemaExprObjC.cpp845 LookupProtocol(&Context.Idents.get("NSCopying"), SR.getBegin())) { in BuildObjCDictionaryLiteral()
1106 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
DSemaObjCProperty.cpp549 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
DSemaLookup.cpp2378 ObjCProtocolDecl *Sema::LookupProtocol(IdentifierInfo *II, in LookupProtocol() function in Sema
DSemaExpr.cpp5796 S.LookupProtocol(&C.Idents.get("NSCopying"), SourceLocation()); in isObjCPtrBlockCompatible()
5798 S.LookupProtocol(&C.Idents.get("NSObject"), SourceLocation()); in isObjCPtrBlockCompatible()
DSemaCodeComplete.cpp5864 if (ObjCProtocolDecl *Protocol = LookupProtocol(Protocols[I].first, in CodeCompleteObjCProtocolReferences()
/external/clang/include/clang/Sema/
DSema.h2604 ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,