Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaBoundsSafety.cpp154 if (auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) { in CheckCountedByAttrOnField() local
HDSemaObjCProperty.cpp2299 const ObjCImplementationDecl *ImplD, const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
HDSemaDecl.cpp5422 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local
18857 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
HDSemaInit.cpp2828 } else if (auto *IFD = dyn_cast_if_present<IndirectFieldDecl>(VD)) { in CheckDesignatedInitializer() local
HDSemaCodeComplete.cpp6592 if (auto *IFD = dyn_cast<IndirectFieldDecl>(D)) in CodeCompleteDesignator() local
HDSemaOpenMP.cpp1210 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in getImplicitFDCapExprDecl() local
1224 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in isImplicitDefaultFirstprivateFD() local
HDSemaChecking.cpp652 auto *IFD = dyn_cast<IndirectFieldDecl>(D); in dumpRecordValue() local
HDSemaDeclCXX.cpp3985 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { in DiagnoseUninitializedFields() local
HDSemaExpr.cpp2301 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) in BuildDeclRefExpr() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTMutationListener.h111 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp974 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local
985 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local
1017 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) { in getCanonicalDecl() local
HDDecl.cpp667 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { in getLVForNamespaceScopeDecl() local
1102 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(this)) { in isPlaceholderVar() local
HDRecordLayoutBuilder.cpp3487 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
HDExprConstant.cpp3226 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember()
4826 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local
6499 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local
8408 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local
12105 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { in isDesignatorAtObjectEnd() local
HDItaniumMangle.cpp825 else if (const IndirectFieldDecl *IFD = in mangle() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDMultiplexConsumer.cpp213 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp4772 } else if (const IndirectFieldDecl *IFD = Init->getIndirectMember()) { in visitFunc() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp1161 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) in FindCountedByField() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp6958 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()