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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp990 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); local
1028 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); local
[all...]
H A DDeclObjC.cpp495 const ObjCList<ObjCProtocolDecl> &Protocols = local
H A DType.cpp477 memcpy(getProtocolStorage(), Protocols, local
467 ObjCObjectType(QualType Canonical, QualType Base, ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) argument
2055 Profile(llvm::FoldingSetNodeID &ID, QualType BaseType, ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) argument
H A DASTImporter.cpp3355 SmallVector<ObjCProtocolDecl *, 4> Protocols; local
3409 SmallVector<ObjCProtocolDecl *, 4> Protocols; local
3538 SmallVector<ObjCProtocolDecl *, 4> Protocols; local
[all...]
H A DASTContext.cpp1812 CollectInheritedProtocols(const Decl *CDecl, llvm::SmallPtrSet<ObjCProtocolDecl*, 8> &Protocols) argument
3432 areSortedAndUniqued(ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) argument
3446 SortAndUniqueProtocols(ObjCProtocolDecl **Protocols, unsigned &NumProtocols) argument
3462 getObjCObjectType(QualType BaseType, ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) const argument
6753 SmallVector<ObjCProtocolDecl *, 8> Protocols; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1182 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp565 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp761 SmallVector<ObjCProtocolDecl *, 16> Protocols; local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1582 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
1781 SmallVector<std::string, 16> Protocols; local
2057 SmallVector<std::string, 16> Protocols; local
2293 SmallVector<std::string, 16> Protocols; local
[all...]
H A DCGObjCMac.cpp880 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> Protocols; member in class:__anon3241::CGObjCCommonMac
3061 llvm::Constant *Protocols local
3153 EmitMetaClass(const ObjCImplementationDecl *ID, llvm::Constant *Protocols, ArrayRef<llvm::Constant*> Methods) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp4886 const ObjCList<ObjCProtocolDecl> &Protocols local
4918 const ObjCList<ObjCProtocolDecl> &Protocols local
5764 void Sema::CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols, argument
6138 const ObjCList<ObjCProtocolDecl> &Protocols local
6164 const ObjCList<ObjCProtocolDecl> &Protocols local
6187 const ObjCList<ObjCProtocolDecl> &Protocols local
[all...]
H A DSemaDeclObjC.cpp758 FindProtocolDeclaration(bool WarnOnDeclarations, const IdentifierLocPair *ProtocolId, unsigned NumProtocols, SmallVectorImpl<Decl *> &Protocols) argument
/freebsd-10.2-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.cpp7221 RewriteObjCProtocolListMetaData( const ObjCList<ObjCProtocolDecl> &Protocols, StringRef prefix, StringRef ClassName, std::string &Result) argument
7342 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4364 ObjCObjectTypeImpl(QualType Canonical, QualType Base, ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) argument

Completed in 238 milliseconds