Searched refs:LookupProtocol (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1193 if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(), in CheckForwardProtocolDeclarationForCircularDependency() 1220 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() 1304 ObjCProtocolDecl *PDecl = LookupProtocol(Pair.first, Pair.second); in FindProtocolDeclaration() 1527 ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]); in actOnObjCTypeArgsOrProtocolQualifiers() 1782 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second, in ActOnForwardProtocolDeclaration()
|
| H A D | SemaExprObjC.cpp | 1038 LookupProtocol(&Context.Idents.get("NSCopying"), SR.getBegin())) { in BuildObjCDictionaryLiteral() 1392 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
|
| H A D | SemaObjCProperty.cpp | 598 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
|
| H A D | SemaLookup.cpp | 3288 ObjCProtocolDecl *Sema::LookupProtocol(IdentifierInfo *II, in LookupProtocol() function in Sema
|
| H A D | SemaCodeComplete.cpp | 8342 if (ObjCProtocolDecl *Protocol = LookupProtocol(Pair.first, Pair.second)) in CodeCompleteObjCProtocolReferences()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1719 if (!Actions.LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4342 ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,
|