Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTMutationListener.h86 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
/external/clang/lib/Frontend/
DASTConsumers.cpp400 IndirectFieldDecl* IFD = cast<IndirectFieldDecl>(I); in PrintDeclContext() local
DMultiplexConsumer.cpp168 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
/external/clang/lib/AST/
DDeclObjC.cpp735 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local
747 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local
772 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getCanonicalDecl() local
DExprConstant.cpp1853 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember()
3044 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local
3738 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local
4253 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local
DRecordLayoutBuilder.cpp2912 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
DItaniumMangle.cpp448 else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(D)) in mangle() local
/external/clang/tools/libclang/
DCXType.cpp813 if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(Res.front())) in clang_Type_getOffsetOf() local
DCIndex.cpp4919 if (const ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in clang_getCanonicalCursor() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1860 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
DSemaDecl.cpp3675 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local
12251 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
DSemaDeclCXX.cpp2389 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { in DiagnoseUninitializedFields() local
/external/clang/lib/Serialization/
DASTWriter.cpp5622 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()