Home
last modified time | relevance | path

Searched defs:OCD (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp452 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings()
476 if (const auto *OCD = dyn_cast<ObjCContainerDecl>(D)) in getAllManglings() local
H A DDeclObjC.cpp307 const auto *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp292 const Decl *OCD, in PushProperty()
1138 const Decl *OCD, in PushProperty()
1208 llvm::Constant *GenerateCategoryProtocolList(const ObjCCategoryDecl *OCD) in GenerateCategoryProtocolList()
3446 ObjCCategoryDecl *OCD) { in GenerateCategoryProtocolList()
3456 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
3504 const ObjCContainerDecl *OCD, in GeneratePropertyList()
H A DCGObjCMac.cpp3225 const ObjCContainerDecl *OCD, in EmitPropertyList()
3335 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
6633 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
H A DCGDebugInfo.cpp291 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getObjCMethodName() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp383 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3850 static void DiagnoseVariableSizedIvars(Sema &S, ObjCContainerDecl *OCD) { in DiagnoseVariableSizedIvars()
3992 auto *OCD = cast<ObjCContainerDecl>(SemaRef.CurContext); in ActOnAtEnd() local
H A DSemaOverload.cpp12462 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, in CompleteCandidates()
12526 PartialDiagnosticAt PD, Sema &S, OverloadCandidateDisplayKind OCD, in NoteCandidates()
H A DSemaCodeComplete.cpp9659 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(SemaRef.CurContext); in CodeCompleteObjCMethodDecl() local