Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DMangle.cpp431 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings()
455 if (const auto *OCD = dyn_cast<ObjCContainerDecl>(D)) in getAllManglings() local
DDeclObjC.cpp294 const auto *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp290 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()
DCGObjCMac.cpp3265 const ObjCContainerDecl *OCD, in EmitPropertyList()
3375 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
6692 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
DCGDebugInfo.cpp301 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getObjCMethodName() local
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp605 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2040 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
2624 const ObjCCategoryImplDecl *OCD = in GenerateMethod() local
DCGObjCMac.cpp2943 const ObjCContainerDecl *OCD, in EmitPropertyList()
3086 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
6168 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
DCGDebugInfo.cpp238 } else if (const ObjCCategoryImplDecl *OCD = in getObjCMethodName() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3705 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local
4296 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in ActOnMethodDeclaration() local
DSemaCodeComplete.cpp7052 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local
DSemaDecl.cpp13131 DeclContext *OCD = cast<DeclContext>(IDecl); in ActOnObjCContainerStartDefinition() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3832 static void DiagnoseVariableSizedIvars(Sema &S, ObjCContainerDecl *OCD) { in DiagnoseVariableSizedIvars()
3972 auto *OCD = cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local
DSemaOverload.cpp11591 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, in CompleteCandidates()
11654 PartialDiagnosticAt PD, Sema &S, OverloadCandidateDisplayKind OCD, in NoteCandidates()
DSemaCodeComplete.cpp8751 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local
DSemaDecl.cpp16310 DeclContext *OCD = cast<DeclContext>(IDecl); in ActOnObjCContainerStartDefinition() local
/external/clang/lib/AST/
DDeclObjC.cpp270 const ObjCCategoryDecl *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local