Searched defs:OCD (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Mangle.cpp | 445 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() 469 if (const auto *OCD = dyn_cast<ObjCContainerDecl>(D)) in getAllManglings() local
|
H A D | DeclObjC.cpp | 294 const auto *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 290 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 D | CGObjCMac.cpp | 3287 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 D | CGDebugInfo.cpp | 290 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getObjCMethodName() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 613 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 3832 static void DiagnoseVariableSizedIvars(Sema &S, ObjCContainerDecl *OCD) { in DiagnoseVariableSizedIvars() 3972 auto *OCD = cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local
|
H A D | SemaOverload.cpp | 11575 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, in CompleteCandidates() 11638 PartialDiagnosticAt PD, Sema &S, OverloadCandidateDisplayKind OCD, in NoteCandidates()
|
H A D | SemaCodeComplete.cpp | 8913 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local
|
H A D | SemaDecl.cpp | 16441 DeclContext *OCD = cast<DeclContext>(IDecl); in ActOnObjCContainerStartDefinition() local
|