Searched refs:LookupProtocol (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1103 if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(), in CheckForwardProtocolDeclarationForCircularDependency() 1134 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() 1211 ObjCProtocolDecl *PDecl = LookupProtocol(Pair.first, Pair.second); in FindProtocolDeclaration() 1430 ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]); in actOnObjCTypeArgsOrProtocolQualifiers() 1689 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second, in ActOnForwardProtocolDeclaration()
|
D | SemaExprObjC.cpp | 957 LookupProtocol(&Context.Idents.get("NSCopying"), SR.getBegin())) { in BuildObjCDictionaryLiteral() 1220 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
|
D | SemaObjCProperty.cpp | 597 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
|
D | SemaLookup.cpp | 2788 ObjCProtocolDecl *Sema::LookupProtocol(IdentifierInfo *II, in LookupProtocol() function in Sema
|
D | SemaCodeComplete.cpp | 5962 if (ObjCProtocolDecl *Protocol = LookupProtocol(Pair.first, in CodeCompleteObjCProtocolReferences()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1733 if (!Actions.LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2857 ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,
|