| /openbsd-src/usr.bin/file/magdir/ |
| H A D | jpeg | 35 # Look for EXIF IFD offset in IFD 0, and then look for EXIF version tag in EXIF IFD. 41 # IFD 0 Entry #5: 43 # EXIF IFD Entry #1: 48 # IFD 0 Entry #9: 50 # EXIF IFD Entry #3: 55 # IFD 0 Entry #10 57 # EXIF IFD Entry #3: 62 # EXIF IFD Entry #4: 67 # EXIF IFD Entry #5: 72 # IFD 0 Entry #11 [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 109 const ObjCInterfaceDecl *IFD) override; 205 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface() argument 207 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTMutationListener.h | 109 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface() argument
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 974 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local 975 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclarationImpl() 985 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local 986 if (!IFD->isInvalidDecl()) in getNextRedeclarationImpl() 987 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 1017 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) { in getCanonicalDecl() local 1024 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl() 1026 for (auto *Ext : IFD->known_extensions()) in getCanonicalDecl()
|
| H A D | RecordLayoutBuilder.cpp | 3426 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local 3429 for (const NamedDecl *ND : IFD->chain()) in getFieldOffset()
|
| H A D | ExprConstant.cpp | 3157 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember() argument 3158 for (const auto *C : IFD->chain()) in HandleLValueIndirectMember() 4718 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local 4720 if (!HandleLValueIndirectMember(Info, RHS, LV, IFD)) in HandleMemberPointerAccess() 6346 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local 6349 auto IndirectFieldChain = IFD->chain(); in HandleConstructorCall() 8077 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local 8078 if (!HandleLValueIndirectMember(this->Info, E, Result, IFD)) in VisitMemberExpr() 11585 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { in isDesignatorAtObjectEnd() local 11586 for (auto *FD : IFD->chain()) { in isDesignatorAtObjectEnd()
|
| H A D | Decl.cpp | 697 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { in getLVForNamespaceScopeDecl() local 699 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()
|
| H A D | ItaniumMangle.cpp | 781 else if (const IndirectFieldDecl *IFD = in mangle() local 783 mangleName(IFD->getAnonField()); in mangle()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 1058 if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(Res.front())) in clang_Type_getOffsetOf() local 1059 return Ctx.getFieldOffset(IFD); in clang_Type_getOffsetOf() 1091 if (const IndirectFieldDecl *IFD = dyn_cast_or_null<IndirectFieldDecl>(D)) in clang_Cursor_getOffsetOfField() local 1092 return Ctx.getFieldOffset(IFD); in clang_Cursor_getOffsetOfField()
|
| H A D | CIndex.cpp | 6908 if (const ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in clang_getCanonicalCursor() local 6909 return MakeCXCursor(IFD, getCursorTU(C)); in clang_getCanonicalCursor()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 2318 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides() argument 2319 assert(IFD->hasDesignatedInitializers()); in DiagnoseMissingDesignatedInitOverrides() 2320 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass(); in DiagnoseMissingDesignatedInitOverrides() 2338 if (auto *IMD = IFD->getInstanceMethod(MD->getSelector())) { in DiagnoseMissingDesignatedInitOverrides() 2342 for (auto *Ext : IFD->visible_extensions()) in DiagnoseMissingDesignatedInitOverrides()
|
| H A D | SemaChecking.cpp | 593 auto *IFD = dyn_cast<IndirectFieldDecl>(D); in dumpRecordValue() local 594 auto *FD = IFD ? IFD->getAnonField() : dyn_cast<FieldDecl>(D); in dumpRecordValue() 614 IFD ? S.BuildAnonymousStructUnionMemberReference( in dumpRecordValue() 615 CXXScopeSpec(), Loc, IFD, in dumpRecordValue() 616 DeclAccessPair::make(IFD, AS_public), RecordArg, Loc) in dumpRecordValue()
|
| H A D | SemaInit.cpp | 2588 if (auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) { in CheckDesignatedInitializer() local 2592 ExpandAnonymousFieldDesignator(SemaRef, DIE, DesigIdx, IFD); in CheckDesignatedInitializer() 2594 KnownField = cast<FieldDecl>(*IFD->chain_begin()); in CheckDesignatedInitializer()
|
| H A D | SemaOpenMP.cpp | 1185 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in getImplicitFDCapExprDecl() local 1186 if (IFD.FD == FD && IFD.StackLevel == StackLevel) in getImplicitFDCapExprDecl() 1187 return IFD.VD; in getImplicitFDCapExprDecl() 1199 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in isImplicitDefaultFirstprivateFD() local 1200 if (IFD.VD == VD) in isImplicitDefaultFirstprivateFD()
|
| H A D | SemaDecl.cpp | 5446 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local 5447 FD = IFD->getAnonField(); in findDefaultInitializer() 18582 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local 18583 if (IFD->getDeclName()) in ActOnFields()
|
| H A D | SemaCodeComplete.cpp | 6456 if (auto *IFD = dyn_cast<IndirectFieldDecl>(D)) in CodeCompleteDesignator() local 6457 FD = IFD->getAnonField(); in CodeCompleteDesignator()
|
| H A D | SemaDeclCXX.cpp | 3976 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { in DiagnoseUninitializedFields() local 3977 UninitializedFields.insert(IFD->getAnonField()); in DiagnoseUninitializedFields()
|
| H A D | SemaExpr.cpp | 2118 if (IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(D)) in BuildDeclRefExpr() local 2119 FD = IFD->getAnonField(); in BuildDeclRefExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 778 const ObjCInterfaceDecl *IFD) override;
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6241 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface() argument 6244 if (!IFD->isFromASTFile()) in AddedObjCCategoryToInterface() 6247 assert(IFD->getDefinition() && "Category on a class without a definition?"); in AddedObjCCategoryToInterface() 6249 const_cast<ObjCInterfaceDecl *>(IFD->getDefinition())); in AddedObjCCategoryToInterface()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 4841 const ObjCInterfaceDecl *IFD);
|