Searched refs:OCD (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp980 const ObjCContainerDecl *OCD,
2810 const ObjCContainerDecl *OCD,
2814 for (ObjCContainerDecl::prop_iterator I = OCD->prop_begin(),
2815 E = OCD->prop_end(); I != E; ++I) {
2825 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) {
2832 else if (const ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(OCD)) {
2932 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { argument
2935 // FIXME: This is poor design, the OCD should have a pointer to the category
2939 const ObjCInterfaceDecl *Interface = OCD->getClassInterface();
2941 Interface->FindCategoryDeclaration(OCD
2808 EmitPropertyList(Twine Name, const Decl *Container, const ObjCContainerDecl *OCD, const ObjCCommonTypesHelper &ObjCTypes) argument
5980 GenerateCategory(const ObjCCategoryImplDecl *OCD) argument
[all...]
H A DCGObjCRuntime.h140 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
H A DCGObjCGNU.cpp2029 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { argument
2030 std::string ClassName = OCD->getClassInterface()->getNameAsString();
2031 std::string CategoryName = OCD->getNameAsString();
2036 iter = OCD->instmeth_begin(), endIter = OCD->instmeth_end();
2048 iter = OCD->classmeth_begin(), endIter = OCD->classmeth_end();
2058 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl();
2625 const ObjCCategoryImplDecl *OCD = local
2627 StringRef CategoryName = OCD
[all...]
H A DCGDebugInfo.cpp202 } else if (const ObjCCategoryImplDecl *OCD =
204 OS << ((const NamedDecl *)OCD)->getIdentifier()->getNameStart() << '(' <<
205 OCD->getIdentifier()->getNameStart() << ')';
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h755 OverloadCandidateDisplayKind OCD,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp243 const ObjCCategoryDecl *OCD = cast<ObjCCategoryDecl>(this); local
245 if (!OCD->IsClassExtension())
247 I = OCD->protocol_begin(), E = OCD->protocol_end(); I != E; ++I)
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2523 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); local
2524 Decl *ClassDecl = cast<Decl>(OCD);
3100 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); local
3101 Decl *ClassDecl = cast<Decl>(OCD);
H A DSemaOverload.cpp9187 OverloadCandidateDisplayKind OCD,
9194 if (OCD == OCD_AllCandidates) Cands.reserve(size());
9198 else if (OCD == OCD_AllCandidates) {
9313 /// OCD == OCD_AllCandidates and Cand->Viable == false.
9186 NoteCandidates(Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, StringRef Opc, SourceLocation OpLoc) argument
H A DSemaCodeComplete.cpp6877 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); local
6878 IDecl = cast<Decl>(OCD);
H A DSemaDecl.cpp11099 DeclContext *OCD = cast<DeclContext>(IDecl); local
11100 assert(getContainingDC(OCD) == CurContext &&
11102 CurContext = OCD;

Completed in 329 milliseconds