Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1201 if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(), in CheckForwardProtocolDeclarationForCircularDependency()
1228 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface()
1318 ObjCProtocolDecl *PDecl = LookupProtocol(Pair.first, Pair.second); in FindProtocolDeclaration()
1541 ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]); in actOnObjCTypeArgsOrProtocolQualifiers()
1796 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second, in ActOnForwardProtocolDeclaration()
H A DSemaExprObjC.cpp1039 LookupProtocol(&Context.Idents.get("NSCopying"), SR.getBegin())) { in BuildObjCDictionaryLiteral()
1391 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
H A DSemaObjCProperty.cpp598 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
H A DSemaLookup.cpp3316 ObjCProtocolDecl *Sema::LookupProtocol(IdentifierInfo *II, in LookupProtocol() function in Sema
H A DSemaCodeComplete.cpp8486 if (ObjCProtocolDecl *Protocol = LookupProtocol(Pair.first, Pair.second)) in CodeCompleteObjCProtocolReferences()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1764 if (!Actions.LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4553 ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,