Searched refs:ProtocolRefs (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp278 SmallVector<Decl *, 8> ProtocolRefs; local
281 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true, true,
288 ProtocolRefs.data(), ProtocolRefs.size(), ProtocolLocs.data(),
2046 SmallVector<IdentifierLocPair, 8> ProtocolRefs; local
2047 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc));
2056 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(),
2067 return Actions.ActOnForwardProtocolDeclaration(AtLoc, ProtocolRefs, attrs);
2073 SmallVector<Decl *, 8> ProtocolRefs; local
2076 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLoc
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp448 SmallVector<ObjCProtocolDecl *, 8> ProtocolRefs; local
461 ProtocolRefs.push_back(ProtoInExtension);
464 if (ProtocolRefs.empty())
467 // Merge ProtocolRefs into class's protocol list;
468 ProtocolRefs.append(all_referenced_protocol_begin(),
471 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1104 void Sema::ActOnTypedefedProtocols(SmallVectorImpl<Decl *> &ProtocolRefs, argument
1119 ProtocolRefs.append(OPT->qual_begin(), OPT->qual_end());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp7173 SmallVector<llvm::Constant *, 16> ProtocolRefs; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9212 void ActOnTypedefedProtocols(SmallVectorImpl<Decl *> &ProtocolRefs,

Completed in 158 milliseconds