Searched refs:IFD (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Frontend/ |
D | MultiplexConsumer.cpp | 102 const ObjCInterfaceDecl *IFD); 153 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface() argument 155 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
|
D | ASTConsumers.cpp | 398 IndirectFieldDecl* IFD = cast<IndirectFieldDecl>(*I); in PrintDeclContext() local 399 Out << "<IndirectField> " << *IFD << '\n'; in PrintDeclContext()
|
/external/clang/include/clang/AST/ |
D | ASTMutationListener.h | 67 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface() argument
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 558 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclaration() local 559 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclaration() 568 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclaration() local 569 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclaration() 590 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getCanonicalDecl() local 591 if (ObjCMethodDecl *MD = IFD->getMethod(getSelector(), in getCanonicalDecl()
|
D | ExprConstant.cpp | 1363 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember() argument 1364 for (IndirectFieldDecl::chain_iterator C = IFD->chain_begin(), in HandleLValueIndirectMember() 1365 CE = IFD->chain_end(); C != CE; ++C) in HandleLValueIndirectMember() 1986 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local 1988 if (!HandleLValueIndirectMember(Info, BO, LV, IFD)) in HandleMemberPointerAccess() 2251 } else if (IndirectFieldDecl *IFD = (*I)->getIndirectMember()) { in HandleConstructorCall() local 2254 for (IndirectFieldDecl::chain_iterator C = IFD->chain_begin(), in HandleConstructorCall() 2255 CE = IFD->chain_end(); in HandleConstructorCall() 2704 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local 2705 if (!HandleLValueIndirectMember(this->Info, E, Result, IFD)) in VisitMemberExpr()
|
D | RecordLayoutBuilder.cpp | 2591 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local 2594 for (IndirectFieldDecl::chain_iterator CI = IFD->chain_begin(), in getFieldOffset() 2595 CE = IFD->chain_end(); in getFieldOffset()
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 724 const ObjCInterfaceDecl *IFD);
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4964 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface() argument 4966 if (!IFD->isFromASTFile()) in AddedObjCCategoryToInterface() 4969 assert(IFD->getDefinition() && "Category on a class without a definition?"); in AddedObjCCategoryToInterface() 4971 const_cast<ObjCInterfaceDecl *>(IFD->getDefinition())); in AddedObjCCategoryToInterface()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 4621 if (const ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in clang_getCanonicalCursor() local 4622 return MakeCXCursor(IFD, getCursorTU(C)); in clang_getCanonicalCursor()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 1865 if (IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(VD)) in UninitializedFieldVisitor() local 1866 this->VD = IFD->getAnonField(); in UninitializedFieldVisitor()
|
D | SemaDecl.cpp | 10750 if (IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(*i)) in ActOnFields() local 10751 if (IFD->getDeclName()) in ActOnFields()
|