Searched refs:OCD (Results 1 - 10 of 10) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 979 const ObjCContainerDecl *OCD, 2809 const ObjCContainerDecl *OCD, 2813 for (ObjCContainerDecl::prop_iterator I = OCD->prop_begin(), 2814 E = OCD->prop_end(); I != E; ++I) { 2824 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { 2831 else if (const ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(OCD)) { 2931 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { argument 2934 // FIXME: This is poor design, the OCD should have a pointer to the category 2938 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); 2940 Interface->FindCategoryDeclaration(OCD 2807 EmitPropertyList(Twine Name, const Decl *Container, const ObjCContainerDecl *OCD, const ObjCCommonTypesHelper &ObjCTypes) argument 5969 GenerateCategory(const ObjCCategoryImplDecl *OCD) argument [all...] |
H A D | CGObjCRuntime.h | 140 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
|
H A D | CGObjCGNU.cpp | 2031 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { argument 2032 std::string ClassName = OCD->getClassInterface()->getNameAsString(); 2033 std::string CategoryName = OCD->getNameAsString(); 2038 iter = OCD->instmeth_begin(), endIter = OCD->instmeth_end(); 2050 iter = OCD->classmeth_begin(), endIter = OCD->classmeth_end(); 2060 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); 2627 const ObjCCategoryImplDecl *OCD = local 2629 StringRef CategoryName = OCD [all...] |
H A D | CGDebugInfo.cpp | 204 } else if (const ObjCCategoryImplDecl *OCD = 206 OS << ((const NamedDecl *)OCD)->getIdentifier()->getNameStart() << '(' << 207 OCD->getIdentifier()->getNameStart() << ')';
|
/external/clang/include/clang/Sema/ |
H A D | Overload.h | 770 OverloadCandidateDisplayKind OCD,
|
/external/clang/lib/AST/ |
H A D | DeclObjC.cpp | 243 const ObjCCategoryDecl *OCD = cast<ObjCCategoryDecl>(this); local 245 if (!OCD->IsClassExtension()) 247 I = OCD->protocol_begin(), E = OCD->protocol_end(); I != E; ++I)
|
/external/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2503 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); local 2504 Decl *ClassDecl = cast<Decl>(OCD); 3080 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); local 3081 Decl *ClassDecl = cast<Decl>(OCD);
|
H A D | SemaOverload.cpp | 9080 OverloadCandidateDisplayKind OCD, 9087 if (OCD == OCD_AllCandidates) Cands.reserve(size()); 9091 else if (OCD == OCD_AllCandidates) { 9206 /// OCD == OCD_AllCandidates and Cand->Viable == false. 9079 NoteCandidates(Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, StringRef Opc, SourceLocation OpLoc) argument
|
H A D | SemaCodeComplete.cpp | 6875 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); local 6876 IDecl = cast<Decl>(OCD);
|
H A D | SemaDecl.cpp | 10804 DeclContext *OCD = cast<DeclContext>(IDecl); local 10805 assert(getContainingDC(OCD) == CurContext && 10807 CurContext = OCD;
|
Completed in 284 milliseconds