Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp445 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings()
469 if (const auto *OCD = dyn_cast<ObjCContainerDecl>(D)) in getAllManglings() local
H A DDeclObjC.cpp294 const auto *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp290 const Decl *OCD, in PushProperty()
1120 const Decl *OCD, in PushProperty()
1190 llvm::Constant *GenerateCategoryProtocolList(const ObjCCategoryDecl *OCD) in GenerateCategoryProtocolList()
3244 ObjCCategoryDecl *OCD) { in GenerateCategoryProtocolList()
3254 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
3305 const ObjCContainerDecl *OCD, in GeneratePropertyList()
H A DCGObjCMac.cpp3287 const ObjCContainerDecl *OCD, in EmitPropertyList()
3397 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
6715 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
H A DCGDebugInfo.cpp290 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getObjCMethodName() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp613 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3832 static void DiagnoseVariableSizedIvars(Sema &S, ObjCContainerDecl *OCD) { in DiagnoseVariableSizedIvars()
3972 auto *OCD = cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local
H A DSemaOverload.cpp11575 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, in CompleteCandidates()
11638 PartialDiagnosticAt PD, Sema &S, OverloadCandidateDisplayKind OCD, in NoteCandidates()
H A DSemaCodeComplete.cpp8913 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local
H A DSemaDecl.cpp16441 DeclContext *OCD = cast<DeclContext>(IDecl); in ActOnObjCContainerStartDefinition() local