Home
last modified time | relevance | path

Searched refs:OCD (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjCMac.cpp980 const ObjCContainerDecl *OCD,
2810 const ObjCContainerDecl *OCD, in EmitPropertyList() argument
2814 for (ObjCContainerDecl::prop_iterator I = OCD->prop_begin(), in EmitPropertyList()
2815 E = OCD->prop_end(); I != E; ++I) { in EmitPropertyList()
2825 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList()
2832 else if (const ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(OCD)) { in EmitPropertyList()
2932 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() argument
2939 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory()
2941 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
2945 << OCD->getName(); in GenerateCategory()
[all …]
DCGObjCGNU.cpp2029 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() argument
2030 std::string ClassName = OCD->getClassInterface()->getNameAsString(); in GenerateCategory()
2031 std::string CategoryName = OCD->getNameAsString(); in GenerateCategory()
2036 iter = OCD->instmeth_begin(), endIter = OCD->instmeth_end(); in GenerateCategory()
2048 iter = OCD->classmeth_begin(), endIter = OCD->classmeth_end(); in GenerateCategory()
2058 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
2625 const ObjCCategoryImplDecl *OCD = in GenerateMethod() local
2627 StringRef CategoryName = OCD ? OCD->getName() : ""; in GenerateMethod()
DCGObjCRuntime.h140 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
DCGDebugInfo.cpp202 } else if (const ObjCCategoryImplDecl *OCD = in getObjCMethodName() local
204 OS << ((const NamedDecl *)OCD)->getIdentifier()->getNameStart() << '(' << in getObjCMethodName()
205 OCD->getIdentifier()->getNameStart() << ')'; in getObjCMethodName()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp243 const ObjCCategoryDecl *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local
245 if (!OCD->IsClassExtension()) in FindPropertyDeclaration()
247 I = OCD->protocol_begin(), E = OCD->protocol_end(); I != E; ++I) in FindPropertyDeclaration()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DOverload.h755 OverloadCandidateDisplayKind OCD,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp2523 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local
2524 Decl *ClassDecl = cast<Decl>(OCD); in ActOnAtEnd()
3100 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in ActOnMethodDeclaration() local
3101 Decl *ClassDecl = cast<Decl>(OCD); in ActOnMethodDeclaration()
DSemaOverload.cpp9187 OverloadCandidateDisplayKind OCD, in NoteCandidates() argument
9194 if (OCD == OCD_AllCandidates) Cands.reserve(size()); in NoteCandidates()
9198 else if (OCD == OCD_AllCandidates) { in NoteCandidates()
DSemaCodeComplete.cpp6877 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local
6878 IDecl = cast<Decl>(OCD); in CodeCompleteObjCMethodDecl()
DSemaDecl.cpp11099 DeclContext *OCD = cast<DeclContext>(IDecl); in ActOnObjCContainerStartDefinition() local
11100 assert(getContainingDC(OCD) == CurContext && in ActOnObjCContainerStartDefinition()
11102 CurContext = OCD; in ActOnObjCContainerStartDefinition()
/freebsd-9-stable/contrib/gdb/gdb/
DNEWS1087 Macraigor OCD (Wiggler) devices powerpc{,le}-*-eabi