Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp614 if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(), in CheckForwardProtocolDeclarationForCircularDependency()
645 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface()
706 ObjCProtocolDecl *PDecl = LookupProtocol(ProtocolId[i].first, in FindProtocolDeclaration()
776 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second, in ActOnForwardProtocolDeclaration()
DSemaExprObjC.cpp828 LookupProtocol(&Context.Idents.get("NSCopying"), SR.getBegin())) { in BuildObjCDictionaryLiteral()
1022 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
DSemaObjCProperty.cpp449 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
DSemaLookup.cpp2179 ObjCProtocolDecl *Sema::LookupProtocol(IdentifierInfo *II, in LookupProtocol() function in Sema
DSemaCodeComplete.cpp5676 if (ObjCProtocolDecl *Protocol = LookupProtocol(Protocols[I].first, in CodeCompleteObjCProtocolReferences()
/external/clang/include/clang/Sema/
DSema.h2140 ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,