Searched refs:ParseObjCProtocolReferences (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 305 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true, true, in ParseObjCAtInterfaceDeclaration() 371 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration() 1580 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, in ParseObjCProtocolReferences() function in Parser 1630 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType() 1867 ParseObjCProtocolReferences(protocols, protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers() 2124 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, false, true, in ParseObjCAtProtocolDeclaration() 2232 (void)ParseObjCProtocolReferences(protocols, protocolLocs, in ParseObjCAtImplementationDeclaration() 2263 (void)ParseObjCProtocolReferences(protocols, protocolLocs, in ParseObjCAtImplementationDeclaration()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1727 bool ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &P,
|