| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Mangle.cpp | 471 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() argument 473 if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in getAllManglings() 475 else if (const auto *OID = dyn_cast<ObjCImplementationDecl>(OCD)) in getAllManglings() 483 auto Prefix = getClassSymbolPrefix(Kind, OCD->getASTContext()); in getAllManglings() 495 if (const auto *OCD = dyn_cast<ObjCContainerDecl>(D)) in getAllManglings() local 496 return getAllManglings(OCD); in getAllManglings()
|
| H A D | DeclObjC.cpp | 304 const auto *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local 306 if (!OCD->IsClassExtension()) in FindPropertyDeclaration() 307 for (const auto *I : OCD->protocols()) in FindPropertyDeclaration()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 273 ObjCCategoryDecl *OCD); 291 const Decl *OCD, in PushProperty() argument 296 Fields.add(MakePropertyEncodingString(property, OCD)); in PushProperty() 457 const ObjCContainerDecl *OCD, 1138 const Decl *OCD, in PushProperty() argument 1153 CGM.getContext().getObjCEncodingForPropertyDecl(property, OCD); in PushProperty() 1208 llvm::Constant *GenerateCategoryProtocolList(const ObjCCategoryDecl *OCD) in GenerateCategoryProtocolList() argument 1210 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList() 3538 ObjCCategoryDecl *OCD) { in GenerateCategoryProtocolList() argument 3539 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList() [all …]
|
| H A D | CGObjCMac.cpp | 978 const ObjCContainerDecl *OCD, 3129 Twine Name, const Decl *Container, const ObjCContainerDecl *OCD, in EmitPropertyList() argument 3143 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in EmitPropertyList() 3154 for (const auto *PD : OCD->properties()) { in EmitPropertyList() 3166 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList() 3169 } else if (const ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(OCD)) { in EmitPropertyList() 3236 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() argument 3243 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() 3245 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory() 3249 << Interface->getName() << '_' << OCD->getName(); in GenerateCategory() [all …]
|
| H A D | CGObjCRuntime.h | 154 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
|
| H A D | CGDebugInfo.cpp | 430 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getObjCMethodName() local 431 OS << OCD->getClassInterface()->getName() << '(' << OCD->getName() << ')'; in getObjCMethodName()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 381 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName() local 382 OS << OCD->getClassInterface()->getName() << '(' << OCD->getName() << ')'; in getFunctionName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 1460 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, 1466 PartialDiagnosticAt PA, Sema &S, OverloadCandidateDisplayKind OCD,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3852 static void DiagnoseVariableSizedIvars(Sema &S, ObjCContainerDecl *OCD) { in DiagnoseVariableSizedIvars() argument 3856 if ((IntfDecl = dyn_cast<ObjCInterfaceDecl>(OCD))) { in DiagnoseVariableSizedIvars() 3858 } else if (auto *ImplDecl = dyn_cast<ObjCImplementationDecl>(OCD)) { in DiagnoseVariableSizedIvars() 3861 } else if (auto *CategoryDecl = dyn_cast<ObjCCategoryDecl>(OCD)) { in DiagnoseVariableSizedIvars() 3869 if (!isa<ObjCInterfaceDecl>(OCD)) { in DiagnoseVariableSizedIvars() 3994 auto *OCD = cast<ObjCContainerDecl>(SemaRef.CurContext); in ActOnAtEnd() local 3995 Decl *ClassDecl = OCD; in ActOnAtEnd() 4212 DiagnoseVariableSizedIvars(SemaRef, OCD); in ActOnAtEnd()
|
| H A D | SemaOverload.cpp | 13178 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, in CompleteCandidates() argument 13187 if (OCD == OCD_AllCandidates) Cands.reserve(size()); in CompleteCandidates() 13192 switch (OCD) { in CompleteCandidates() 13246 PartialDiagnosticAt PD, Sema &S, OverloadCandidateDisplayKind OCD, in NoteCandidates() argument 13250 auto Cands = CompleteCandidates(S, OCD, Args, OpLoc, Filter); in NoteCandidates() 13265 if (OCD == OCD_AmbiguousCandidates) in NoteCandidates()
|
| H A D | SemaCodeComplete.cpp | 9807 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(SemaRef.CurContext); in CodeCompleteObjCMethodDecl() local 9808 IDecl = OCD; in CodeCompleteObjCMethodDecl()
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 18683 002b ARM-USB-OCD-H JTAG+RS232
|