Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTMutationListener.h109 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp920 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local
931 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local
962 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) { in getCanonicalDecl() local
HDRecordLayoutBuilder.cpp3168 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
HDExprConstant.cpp2738 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember()
4164 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local
5655 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local
7297 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local
10406 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { in isDesignatorAtObjectEnd() local
HDItaniumMangle.cpp652 else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(D)) in mangle() local
HDDecl.cpp678 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { in getLVForNamespaceScopeDecl() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDMultiplexConsumer.cpp199 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp2333 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
HDSemaDecl.cpp4805 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local
16582 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
HDSemaInit.cpp2503 if (auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) { in CheckDesignatedInitializer() local
HDSemaExpr.cpp1948 if (IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(D)) in BuildDeclRefExpr() local
HDSemaDeclCXX.cpp3820 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { in DiagnoseUninitializedFields() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp5911 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()