Searched defs:Protocols (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp986 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); local
1024 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); local
[all...]
H A DDeclObjC.cpp484 const ObjCList<ObjCProtocolDecl> &Protocols = local
H A DType.cpp489 memcpy(getProtocolStorage(), Protocols, local
479 ObjCObjectType(QualType Canonical, QualType Base, ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) argument
2013 Profile(llvm::FoldingSetNodeID &ID, QualType BaseType, ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) argument
H A DASTImporter.cpp3309 SmallVector<ObjCProtocolDecl *, 4> Protocols; local
3363 SmallVector<ObjCProtocolDecl *, 4> Protocols; local
3492 SmallVector<ObjCProtocolDecl *, 4> Protocols; local
[all...]
H A DASTContext.cpp1769 CollectInheritedProtocols(const Decl *CDecl, llvm::SmallPtrSet<ObjCProtocolDecl*, 8> &Protocols) argument
3360 areSortedAndUniqued(ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) argument
3374 SortAndUniqueProtocols(ObjCProtocolDecl **Protocols, unsigned &NumProtocols) argument
3390 getObjCObjectType(QualType BaseType, ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) const argument
6670 SmallVector<ObjCProtocolDecl *, 8> Protocols; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1185 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp710 SmallVector<ObjCProtocolDecl *, 16> Protocols; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1559 GenerateClassStructure( llvm::Constant *MetaClass, llvm::Constant *SuperClass, unsigned info, const char *Name, llvm::Constant *Version, llvm::Constant *InstanceSize, llvm::Constant *IVars, llvm::Constant *Methods, llvm::Constant *Protocols, llvm::Constant *IvarOffsets, llvm::Constant *Properties, llvm::Constant *StrongIvarBitmap, llvm::Constant *WeakIvarBitmap, bool isMeta) argument
1758 SmallVector<std::string, 16> Protocols; local
2034 SmallVector<std::string, 16> Protocols; local
2270 SmallVector<std::string, 16> Protocols; local
[all...]
H A DCGObjCMac.cpp879 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> Protocols; member in class:__anon3068::CGObjCCommonMac
3060 llvm::Constant *Protocols local
3152 EmitMetaClass(const ObjCImplementationDecl *ID, llvm::Constant *Protocols, ArrayRef<llvm::Constant*> Methods) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp723 FindProtocolDeclaration(bool WarnOnDeclarations, const IdentifierLocPair *ProtocolId, unsigned NumProtocols, SmallVectorImpl<Decl *> &Protocols) argument
H A DSemaCodeComplete.cpp4888 const ObjCList<ObjCProtocolDecl> &Protocols local
4921 const ObjCList<ObjCProtocolDecl> &Protocols local
5778 void Sema::CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols, argument
6152 const ObjCList<ObjCProtocolDecl> &Protocols local
6178 const ObjCList<ObjCProtocolDecl> &Protocols local
6201 const ObjCList<ObjCProtocolDecl> &Protocols local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp5337 RewriteObjCProtocolListMetaData( const ObjCList<ObjCProtocolDecl> &Protocols, StringRef prefix, StringRef ClassName, std::string &Result) argument
[all...]
H A DRewriteModernObjC.cpp7209 RewriteObjCProtocolListMetaData( const ObjCList<ObjCProtocolDecl> &Protocols, StringRef prefix, StringRef ClassName, std::string &Result) argument
7330 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4299 ObjCObjectTypeImpl(QualType Canonical, QualType Base, ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) argument

Completed in 195 milliseconds