Searched defs:OCD (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Mangle.cpp | 449 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() 473 if (const auto *OCD = dyn_cast<ObjCContainerDecl>(D)) in getAllManglings() local
|
H A D | DeclObjC.cpp | 306 const auto *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 294 const Decl *OCD, in PushProperty() 1123 const Decl *OCD, in PushProperty() 1193 llvm::Constant *GenerateCategoryProtocolList(const ObjCCategoryDecl *OCD) in GenerateCategoryProtocolList() 3329 ObjCCategoryDecl *OCD) { in GenerateCategoryProtocolList() 3339 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 3390 const ObjCContainerDecl *OCD, in GeneratePropertyList()
|
H A D | CGObjCMac.cpp | 3227 const ObjCContainerDecl *OCD, in EmitPropertyList() 3337 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 6670 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
|
H A D | CGDebugInfo.cpp | 282 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getObjCMethodName() local
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 383 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 3848 static void DiagnoseVariableSizedIvars(Sema &S, ObjCContainerDecl *OCD) { in DiagnoseVariableSizedIvars() 3988 auto *OCD = cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local
|
H A D | SemaOverload.cpp | 11910 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, in CompleteCandidates() 11974 PartialDiagnosticAt PD, Sema &S, OverloadCandidateDisplayKind OCD, in NoteCandidates()
|
H A D | SemaCodeComplete.cpp | 9458 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local
|