Home
last modified time | relevance | path

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

12

/external/clang/include/clang/AST/
DASTMutationListener.h98 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
/external/llvm-project/clang/include/clang/AST/
DASTMutationListener.h109 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
/external/llvm-project/clang/tools/libclang/
DCXType.cpp1037 if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(Res.front())) in clang_Type_getOffsetOf() local
1067 if (const IndirectFieldDecl *IFD = dyn_cast_or_null<IndirectFieldDecl>(D)) in clang_Cursor_getOffsetOfField() 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/llvm-project/clang/lib/Frontend/
DMultiplexConsumer.cpp199 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp922 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local
933 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local
965 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) { in getCanonicalDecl() local
DRecordLayoutBuilder.cpp3321 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
DExprConstant.cpp3133 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember()
4660 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local
6248 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local
7962 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local
11193 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { in isDesignatorAtObjectEnd() local
DItaniumMangle.cpp658 else if (const IndirectFieldDecl *IFD = in mangle() local
DDecl.cpp678 } 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
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2330 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
DSemaDecl.cpp4940 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local
17078 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
DSemaInit.cpp2517 if (auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) { in CheckDesignatedInitializer() local
/external/clang/lib/Serialization/
DASTWriter.cpp5788 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6096 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()

12