Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1103 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()
DSemaExprObjC.cpp957 LookupProtocol(&Context.Idents.get("NSCopying"), SR.getBegin())) { in BuildObjCDictionaryLiteral()
1220 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
DSemaObjCProperty.cpp597 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
DSemaLookup.cpp2788 ObjCProtocolDecl *Sema::LookupProtocol(IdentifierInfo *II, in LookupProtocol() function in Sema
DSemaCodeComplete.cpp5962 if (ObjCProtocolDecl *Protocol = LookupProtocol(Pair.first, in CodeCompleteObjCProtocolReferences()
/external/clang/lib/Parse/
DParseObjc.cpp1733 if (!Actions.LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers()
/external/clang/include/clang/Sema/
DSema.h2857 ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,