| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Mangle.cpp | 449 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() argument 451 if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in getAllManglings() 453 else if (const auto *OID = dyn_cast<ObjCImplementationDecl>(OCD)) in getAllManglings() 461 auto Prefix = getClassSymbolPrefix(Kind, OCD->getASTContext()); in getAllManglings() 473 if (const auto *OCD = dyn_cast<ObjCContainerDecl>(D)) in getAllManglings() local 474 return getAllManglings(OCD); in getAllManglings()
|
| H A D | DeclObjC.cpp | 306 const auto *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local 308 if (!OCD->IsClassExtension()) in FindPropertyDeclaration() 309 for (const auto *I : OCD->protocols()) in FindPropertyDeclaration()
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 1900.key | 14 OCD/ZP6nyAyjUm94V79xPRfrAwKAKKZyK+gvy7ydcDXexPGd/auDpip4doJo56/0
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 276 ObjCCategoryDecl *OCD); 294 const Decl *OCD, in PushProperty() argument 299 Fields.add(MakePropertyEncodingString(property, OCD)); in PushProperty() 460 const ObjCContainerDecl *OCD, 1123 const Decl *OCD, in PushProperty() argument 1138 CGM.getContext().getObjCEncodingForPropertyDecl(property, OCD); in PushProperty() 1193 llvm::Constant *GenerateCategoryProtocolList(const ObjCCategoryDecl *OCD) in GenerateCategoryProtocolList() argument 1195 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList() 3329 ObjCCategoryDecl *OCD) { in GenerateCategoryProtocolList() argument 3330 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList() [all …]
|
| H A D | CGObjCMac.cpp | 1017 const ObjCContainerDecl *OCD, 3227 const ObjCContainerDecl *OCD, in EmitPropertyList() argument 3242 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in EmitPropertyList() 3253 for (const auto *PD : OCD->properties()) { in EmitPropertyList() 3265 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList() 3269 else if (const ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(OCD)) { in EmitPropertyList() 3337 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() argument 3344 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() 3346 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory() 3350 << OCD->getName(); in GenerateCategory() [all …]
|
| H A D | CGObjCRuntime.h | 155 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
|
| H A D | CGDebugInfo.cpp | 282 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getObjCMethodName() local 283 OS << OCD->getClassInterface()->getName() << '(' << OCD->getName() << ')'; in getObjCMethodName()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 383 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName() local 384 OS << OCD->getClassInterface()->getName() << '(' << OCD->getName() << ')'; in getFunctionName()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Overload.h | 1167 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, 1173 PartialDiagnosticAt PA, Sema &S, OverloadCandidateDisplayKind OCD,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3848 static void DiagnoseVariableSizedIvars(Sema &S, ObjCContainerDecl *OCD) { in DiagnoseVariableSizedIvars() argument 3852 if ((IntfDecl = dyn_cast<ObjCInterfaceDecl>(OCD))) { in DiagnoseVariableSizedIvars() 3854 } else if (auto *ImplDecl = dyn_cast<ObjCImplementationDecl>(OCD)) { in DiagnoseVariableSizedIvars() 3857 } else if (auto *CategoryDecl = dyn_cast<ObjCCategoryDecl>(OCD)) { in DiagnoseVariableSizedIvars() 3865 if (!isa<ObjCInterfaceDecl>(OCD)) { in DiagnoseVariableSizedIvars() 3988 auto *OCD = cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local 3989 Decl *ClassDecl = OCD; in ActOnAtEnd() 4205 DiagnoseVariableSizedIvars(*this, OCD); in ActOnAtEnd()
|
| H A D | SemaOverload.cpp | 11910 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, in CompleteCandidates() argument 11916 if (OCD == OCD_AllCandidates) Cands.reserve(size()); in CompleteCandidates() 11920 switch (OCD) { in CompleteCandidates() 11974 PartialDiagnosticAt PD, Sema &S, OverloadCandidateDisplayKind OCD, in NoteCandidates() argument 11978 auto Cands = CompleteCandidates(S, OCD, Args, OpLoc, Filter); in NoteCandidates() 11984 if (OCD == OCD_AmbiguousCandidates) in NoteCandidates()
|
| H A D | SemaCodeComplete.cpp | 9458 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local 9459 IDecl = OCD; in CodeCompleteObjCMethodDecl()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1997 | 1056 Changes to OCD support to support wiggler box as well as 1082 Nomenclature change. BDM is a specific type of OCD 1093 until OCD with that target is supported again. 1155 * ppc-bdm.c: file for ppc-specific OCD code, including target_ops
|
| H A D | NEWS | 1274 Macraigor OCD (Wiggler) devices powerpc{,le}-*-eabi
|