Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTMutationListener.h92 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
/external/clang/tools/libclang/
DCXType.cpp829 if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(Res.front())) in clang_Type_getOffsetOf() local
848 if (const IndirectFieldDecl *IFD = dyn_cast_or_null<IndirectFieldDecl>(D)) in clang_Cursor_getOffsetOfField() local
DCIndex.cpp5180 if (const ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in clang_getCanonicalCursor() local
/external/clang/lib/Frontend/
DASTConsumers.cpp409 IndirectFieldDecl* IFD = cast<IndirectFieldDecl>(I); in PrintDeclContext() local
DMultiplexConsumer.cpp178 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
/external/clang/lib/AST/
DDeclObjC.cpp737 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local
749 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local
774 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getCanonicalDecl() local
DExprConstant.cpp1870 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember()
3130 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local
3851 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local
4366 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local
DRecordLayoutBuilder.cpp3003 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
DItaniumMangle.cpp468 else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(D)) in mangle() local
DDecl.cpp622 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { in getLVForNamespaceScopeDecl() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1900 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
DSemaDecl.cpp3915 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local
12828 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
DSemaInit.cpp1955 if (auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) { in CheckDesignatedInitializer() local
DSemaDeclCXX.cpp2658 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { in DiagnoseUninitializedFields() local
/external/clang/lib/Serialization/
DASTWriter.cpp5952 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()