Searched refs:ParseObjCProtocolReferences (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 303 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true, true, in ParseObjCAtInterfaceDeclaration() 368 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration() 1575 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, in ParseObjCProtocolReferences() function in Parser 1624 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType() 1869 ParseObjCProtocolReferences(protocols, protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers() 2131 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, false, true, in ParseObjCAtProtocolDeclaration() 2238 (void)ParseObjCProtocolReferences(protocols, protocolLocs, in ParseObjCAtImplementationDeclaration() 2269 (void)ParseObjCProtocolReferences(protocols, protocolLocs, in ParseObjCAtImplementationDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1676 bool ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &P,
|