Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp154 if (auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) { in CheckCountedByAttrOnField() local
H A DSemaObjCProperty.cpp2299 const ObjCImplementationDecl *ImplD, const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
H A DSemaDecl.cpp5422 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local
18857 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
H A DSemaInit.cpp2828 } else if (auto *IFD = dyn_cast_if_present<IndirectFieldDecl>(VD)) { in CheckDesignatedInitializer() local
H A DSemaCodeComplete.cpp6592 if (auto *IFD = dyn_cast<IndirectFieldDecl>(D)) in CodeCompleteDesignator() local
H A DSemaOpenMP.cpp1210 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in getImplicitFDCapExprDecl() local
1224 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in isImplicitDefaultFirstprivateFD() local
H A DSemaChecking.cpp652 auto *IFD = dyn_cast<IndirectFieldDecl>(D); in dumpRecordValue() local
H A DSemaDeclCXX.cpp3985 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { in DiagnoseUninitializedFields() local
H A DSemaExpr.cpp2301 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) in BuildDeclRefExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h111 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.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
H A DDecl.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
H A DRecordLayoutBuilder.cpp3487 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
H A DExprConstant.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
H A DItaniumMangle.cpp825 else if (const IndirectFieldDecl *IFD = in mangle() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp218 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4772 } else if (const IndirectFieldDecl *IFD = Init->getIndirectMember()) { in visitFunc() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1161 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) in FindCountedByField() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6964 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()