/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 1198 SmallVector<llvm::Constant *, 16> Protocols; in GenerateCategoryProtocolList() local 1342 llvm::Constant *GenerateProtocolList(ArrayRef<llvm::Constant*> Protocols) { in GenerateProtocolList() 1384 SmallVector<llvm::Constant*, 16> Protocols; in GenerateProtocolRef() local 1930 SmallVector<llvm::Constant *, 16> Protocols; in GenerateClass() local 2980 llvm::Constant *Protocols, in GenerateClassStructure() 3106 CGObjCGNU::GenerateProtocolList(ArrayRef<std::string> Protocols) { in GenerateProtocolList() 3184 SmallVector<std::string, 16> Protocols; in GenerateProtocol() local 3333 SmallVector<std::string, 16> Protocols; in GenerateCategoryProtocolList() local 3610 SmallVector<std::string, 16> Protocols; in GenerateClass() local
|
H A D | CGObjCMac.cpp | 900 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> Protocols; member in __anonca7de2e40111::CGObjCCommonMac 3516 llvm::Constant *Protocols = in GenerateClass() local 3610 llvm::Constant *Protocols, in EmitMetaClass() 7155 auto Protocols = GetRuntimeProtocolList(begin, end); in EmitProtocolList() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1036 llvm::json::Array Protocols; in VisitObjCCategoryDecl() local 1052 llvm::json::Array Protocols; in VisitObjCProtocolDecl() local 1064 llvm::json::Array Protocols; in VisitObjCInterfaceDecl() local
|
H A D | ODRHash.cpp | 1089 auto Protocols = T->getProtocols(); in VisitObjCObjectType() local 1107 auto Protocols = T->getProtocols(); in VisitObjCTypeParamType() local
|
H A D | DeclPrinter.cpp | 1387 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() local 1425 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl() local
|
H A D | ASTContext.cpp | 2637 llvm::SmallPtrSet<ObjCProtocolDecl*, 8> &Protocols) { in CollectInheritedProtocols() 5268 static bool areSortedAndUniqued(ArrayRef<ObjCProtocolDecl *> Protocols) { in areSortedAndUniqued() 5282 SortAndUniqueProtocols(SmallVectorImpl<ObjCProtocolDecl *> &Protocols) { in SortAndUniqueProtocols() 5296 ObjCProtocolDecl * const *Protocols, in getObjCObjectType() 9968 SmallVector<ObjCProtocolDecl *, 8> Protocols; in areCommonBaseCompatible() local 10019 SmallVector<ObjCProtocolDecl *, 8> Protocols; in areCommonBaseCompatible() local
|
H A D | DeclObjC.cpp | 736 const ObjCList<ObjCProtocolDecl> &Protocols = in lookupMethod() local
|
H A D | ASTImporter.cpp | 1662 SmallVector<ObjCProtocolDecl *, 4> Protocols; in VisitObjCObjectType() local 4621 SmallVector<ObjCProtocolDecl *, 4> Protocols; in VisitObjCCategoryDecl() local 4677 SmallVector<ObjCProtocolDecl *, 4> Protocols; in ImportDefinition() local 5156 SmallVector<ObjCProtocolDecl *, 4> Protocols; in ImportDefinition() local
|
/openbsd/gnu/llvm/clang/lib/ExtractAPI/ |
H A D | ExtractAPIVisitor.cpp | 556 ObjCInterfaceDecl::protocol_range Protocols) { in recordObjCProtocols()
|
/openbsd/gnu/llvm/clang/include/clang/ExtractAPI/ |
H A D | API.h | 453 SmallVector<SymbolReference> Protocols; member
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 7518 const ObjCList<ObjCProtocolDecl> &Protocols = in AddObjCMethods() local 7543 const ObjCList<ObjCProtocolDecl> &Protocols = in AddObjCMethods() local 8384 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences() 8738 const ObjCList<ObjCProtocolDecl> &Protocols = in FindImplementableMethods() local 8761 const ObjCList<ObjCProtocolDecl> &Protocols = in FindImplementableMethods() local 8784 const ObjCList<ObjCProtocolDecl> &Protocols = in FindImplementableMethods() local
|
H A D | SemaType.cpp | 1041 ArrayRef<ObjCProtocolDecl *> Protocols, in BuildObjCTypeParamType() 1065 SourceLocation ProtocolLAngleLoc, ArrayRef<ObjCProtocolDecl *> Protocols, in BuildObjCObjectType() 1140 ArrayRef<Decl *> Protocols, in actOnObjCTypeArgsAndProtocolQualifiers()
|
H A D | SemaDeclObjC.cpp | 1316 SmallVectorImpl<Decl *> &Protocols) { in FindProtocolDeclaration() 3936 const llvm::iterator_range<ObjCProtocolList::iterator> &Protocols) { in DiagnoseCategoryDirectMembersProtocolConformance()
|
H A D | TreeTransform.h | 14677 ArrayRef<ObjCProtocolDecl *> Protocols, in RebuildObjCTypeParamType() 14694 ArrayRef<ObjCProtocolDecl *> Protocols, in RebuildObjCObjectType()
|
/openbsd/gnu/llvm/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 500 ClassesSeq Protocols; member
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1562 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, in ParseObjCProtocolReferences()
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 665 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl() local
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1215 SmallVector<ObjCProtocolDecl *, 16> Protocols; in ReadObjCDefinitionData() local
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5223 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData()
|
H A D | RewriteModernObjC.cpp | 7061 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData() local
|