Searched refs:LookupProtocol (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 679 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()
|
D | SemaExprObjC.cpp | 845 LookupProtocol(&Context.Idents.get("NSCopying"), SR.getBegin())) { in BuildObjCDictionaryLiteral() 1106 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
|
D | SemaObjCProperty.cpp | 549 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
|
D | SemaLookup.cpp | 2378 ObjCProtocolDecl *Sema::LookupProtocol(IdentifierInfo *II, in LookupProtocol() function in Sema
|
D | SemaExpr.cpp | 5796 S.LookupProtocol(&C.Idents.get("NSCopying"), SourceLocation()); in isObjCPtrBlockCompatible() 5798 S.LookupProtocol(&C.Idents.get("NSObject"), SourceLocation()); in isObjCPtrBlockCompatible()
|
D | SemaCodeComplete.cpp | 5864 if (ObjCProtocolDecl *Protocol = LookupProtocol(Protocols[I].first, in CodeCompleteObjCProtocolReferences()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2604 ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,
|