/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBoundsSafety.cpp | 154 if (auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) { in CheckCountedByAttrOnField() local
|
H A D | SemaObjCProperty.cpp | 2299 const ObjCImplementationDecl *ImplD, const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
|
H A D | SemaDecl.cpp | 5422 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 D | SemaInit.cpp | 2828 } else if (auto *IFD = dyn_cast_if_present<IndirectFieldDecl>(VD)) { in CheckDesignatedInitializer() local
|
H A D | SemaCodeComplete.cpp | 6592 if (auto *IFD = dyn_cast<IndirectFieldDecl>(D)) in CodeCompleteDesignator() local
|
H A D | SemaOpenMP.cpp | 1210 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in getImplicitFDCapExprDecl() local 1224 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in isImplicitDefaultFirstprivateFD() local
|
H A D | SemaChecking.cpp | 652 auto *IFD = dyn_cast<IndirectFieldDecl>(D); in dumpRecordValue() local
|
H A D | SemaDeclCXX.cpp | 3985 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { in DiagnoseUninitializedFields() local
|
H A D | SemaExpr.cpp | 2301 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) in BuildDeclRefExpr() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTMutationListener.h | 111 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 974 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 D | Decl.cpp | 667 } 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 D | RecordLayoutBuilder.cpp | 3487 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
|
H A D | ExprConstant.cpp | 3226 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 D | ItaniumMangle.cpp | 825 else if (const IndirectFieldDecl *IFD = in mangle() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 218 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 4772 } else if (const IndirectFieldDecl *IFD = Init->getIndirectMember()) { in visitFunc() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1161 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) in FindCountedByField() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 6964 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
|