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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp240 SmallVector<Decl *, 8> ProtocolRefs; local
243 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
251 ProtocolRefs.data(),
252 ProtocolRefs.size(),
284 SmallVector<Decl *, 8> ProtocolRefs; local
288 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
293 Actions.ActOnTypedefedProtocols(ProtocolRefs, superClassId, superClassLoc);
298 ProtocolRefs.data(), ProtocolRefs.size(),
1432 SmallVector<IdentifierLocPair, 8> ProtocolRefs; local
1463 SmallVector<Decl *, 8> ProtocolRefs; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp340 SmallVector<ObjCProtocolDecl*, 8> ProtocolRefs; local
356 ProtocolRefs.push_back(ProtoInExtension);
359 if (ProtocolRefs.empty())
362 // Merge ProtocolRefs into class's protocol list;
365 ProtocolRefs.push_back(*p);
368 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2745 SmallVector<llvm::Constant *, 16> ProtocolRefs; local
2748 ProtocolRefs.push_back(GetProtocolRef(*begin));
2751 if (ProtocolRefs.empty())
2755 ProtocolRefs.push_back(llvm::Constant::getNullValue(ObjCTypes.ProtocolPtrTy));
2761 ProtocolRefs.size() - 1);
2764 ProtocolRefs.size()),
2765 ProtocolRefs);
6405 SmallVector<llvm::Constant *, 16> ProtocolRefs; local
6420 ProtocolRefs.push_back(GetProtocolRef(*begin)); // Implemented???
6423 ProtocolRefs
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp596 void Sema::ActOnTypedefedProtocols(SmallVectorImpl<Decl *> &ProtocolRefs, argument
612 ProtocolRefs.push_back(*I);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6641 void ActOnTypedefedProtocols(SmallVectorImpl<Decl *> &ProtocolRefs,

Completed in 80 milliseconds