Home
last modified time | relevance | path

Searched defs:IFD (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
DASTMutationListener.h98 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
/external/clang/lib/Frontend/
DASTConsumers.cpp407 IndirectFieldDecl* IFD = cast<IndirectFieldDecl>(I); in PrintDeclContext() local
DMultiplexConsumer.cpp206 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
/external/clang/tools/libclang/
DCXType.cpp843 if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(Res.front())) in clang_Type_getOffsetOf() local
862 if (const IndirectFieldDecl *IFD = dyn_cast_or_null<IndirectFieldDecl>(D)) in clang_Cursor_getOffsetOfField() local
DCIndex.cpp5805 if (const ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in clang_getCanonicalCursor() local
/external/clang/lib/AST/
DDeclObjC.cpp850 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local
862 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local
887 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getCanonicalDecl() local
DExprConstant.cpp2030 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember()
3319 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local
4087 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local
4643 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local
6640 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { in isDesignatorAtObjectEnd() local
DRecordLayoutBuilder.cpp3066 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
DItaniumMangle.cpp637 else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(D)) in mangle() local
DDecl.cpp630 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { in getLVForNamespaceScopeDecl() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2096 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
DSemaDecl.cpp4217 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local
13880 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
DSemaInit.cpp2177 if (auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) { in CheckDesignatedInitializer() local
DSemaDeclCXX.cpp2638 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { in DiagnoseUninitializedFields() local
/external/clang/lib/Serialization/
DASTWriter.cpp5788 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()