Searched defs:OCD (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | Mangle.cpp | 431 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() 455 if (const auto *OCD = dyn_cast<ObjCContainerDecl>(D)) in getAllManglings() local
|
D | DeclObjC.cpp | 294 const auto *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 290 const Decl *OCD, in PushProperty() 1118 const Decl *OCD, in PushProperty() 1188 llvm::Constant *GenerateCategoryProtocolList(const ObjCCategoryDecl *OCD) in GenerateCategoryProtocolList() 3240 ObjCCategoryDecl *OCD) { in GenerateCategoryProtocolList() 3250 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 3301 const ObjCContainerDecl *OCD, in GeneratePropertyList()
|
D | CGObjCMac.cpp | 3265 const ObjCContainerDecl *OCD, in EmitPropertyList() 3375 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 6692 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
|
D | CGDebugInfo.cpp | 301 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getObjCMethodName() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 605 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName() local
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 2040 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 2624 const ObjCCategoryImplDecl *OCD = in GenerateMethod() local
|
D | CGObjCMac.cpp | 2943 const ObjCContainerDecl *OCD, in EmitPropertyList() 3086 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 6168 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
|
D | CGDebugInfo.cpp | 238 } else if (const ObjCCategoryImplDecl *OCD = in getObjCMethodName() local
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3705 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local 4296 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in ActOnMethodDeclaration() local
|
D | SemaCodeComplete.cpp | 7052 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local
|
D | SemaDecl.cpp | 13131 DeclContext *OCD = cast<DeclContext>(IDecl); in ActOnObjCContainerStartDefinition() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3832 static void DiagnoseVariableSizedIvars(Sema &S, ObjCContainerDecl *OCD) { in DiagnoseVariableSizedIvars() 3972 auto *OCD = cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local
|
D | SemaOverload.cpp | 11591 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, in CompleteCandidates() 11654 PartialDiagnosticAt PD, Sema &S, OverloadCandidateDisplayKind OCD, in NoteCandidates()
|
D | SemaCodeComplete.cpp | 8751 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local
|
D | SemaDecl.cpp | 16310 DeclContext *OCD = cast<DeclContext>(IDecl); in ActOnObjCContainerStartDefinition() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 270 const ObjCCategoryDecl *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local
|