Home
last modified time | relevance | path

Searched refs:IFD (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp109 const ObjCInterfaceDecl *IFD) override;
205 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface() argument
207 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h109 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface() argument
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp201 } else if (const IndirectFieldDecl *IFD = Init->getIndirectMember()) { in visitFunc() local
202 assert(IFD->getChainingSize() >= 2); in visitFunc()
206 for (const NamedDecl *ND : IFD->chain()) { in visitFunc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp974 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 DDecl.cpp660 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { in getLVForNamespaceScopeDecl() local
662 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()
1095 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(this)) { in isPlaceholderVar() local
1099 const VarDecl *VD = IFD->getVarDecl(); in isPlaceholderVar()
H A DExprConstant.cpp3198 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember() argument
3199 for (const auto *C : IFD->chain()) in HandleLValueIndirectMember()
4791 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local
4793 if (!HandleLValueIndirectMember(Info, RHS, LV, IFD)) in HandleMemberPointerAccess()
6438 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local
6441 auto IndirectFieldChain = IFD->chain(); in HandleConstructorCall()
8340 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local
8341 if (!HandleLValueIndirectMember(this->Info, E, Result, IFD)) in VisitMemberExpr()
11848 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { in isDesignatorAtObjectEnd() local
11849 for (auto *FD : IFD->chain()) { in isDesignatorAtObjectEnd()
H A DRecordLayoutBuilder.cpp3475 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
3478 for (const NamedDecl *ND : IFD->chain()) in getFieldOffset()
H A DItaniumMangle.cpp826 else if (const IndirectFieldDecl *IFD = in mangle() local
828 mangleName(IFD->getAnonField()); in mangle()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2317 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides() argument
2318 assert(IFD->hasDesignatedInitializers()); in DiagnoseMissingDesignatedInitOverrides()
2319 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass(); in DiagnoseMissingDesignatedInitOverrides()
2337 if (auto *IMD = IFD->getInstanceMethod(MD->getSelector())) { in DiagnoseMissingDesignatedInitOverrides()
2341 for (auto *Ext : IFD->visible_extensions()) in DiagnoseMissingDesignatedInitOverrides()
H A DSemaChecking.cpp623 auto *IFD = dyn_cast<IndirectFieldDecl>(D); in dumpRecordValue() local
624 auto *FD = IFD ? IFD->getAnonField() : dyn_cast<FieldDecl>(D); in dumpRecordValue()
644 IFD ? S.BuildAnonymousStructUnionMemberReference( in dumpRecordValue()
645 CXXScopeSpec(), Loc, IFD, in dumpRecordValue()
646 DeclAccessPair::make(IFD, AS_public), RecordArg, Loc) in dumpRecordValue()
H A DSemaInit.cpp2689 } else if (auto *IFD = dyn_cast_if_present<IndirectFieldDecl>(VD)) { in CheckDesignatedInitializer() local
2693 ExpandAnonymousFieldDesignator(SemaRef, DIE, DesigIdx, IFD); in CheckDesignatedInitializer()
2695 KnownField = cast<FieldDecl>(*IFD->chain_begin()); in CheckDesignatedInitializer()
H A DSemaOpenMP.cpp1205 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in getImplicitFDCapExprDecl() local
1206 if (IFD.FD == FD && IFD.StackLevel == StackLevel) in getImplicitFDCapExprDecl()
1207 return IFD.VD; in getImplicitFDCapExprDecl()
1219 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) in isImplicitDefaultFirstprivateFD() local
1220 if (IFD.VD == VD) in isImplicitDefaultFirstprivateFD()
H A DSemaDecl.cpp5581 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local
5582 FD = IFD->getAnonField(); in findDefaultInitializer()
19195 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
19196 if (IFD->getDeclName()) in ActOnFields()
H A DSemaCodeComplete.cpp6546 if (auto *IFD = dyn_cast<IndirectFieldDecl>(D)) in CodeCompleteDesignator() local
6547 FD = IFD->getAnonField(); in CodeCompleteDesignator()
H A DSemaDeclCXX.cpp4126 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { in DiagnoseUninitializedFields() local
4127 UninitializedFields.insert(IFD->getAnonField()); in DiagnoseUninitializedFields()
H A DSemaExpr.cpp2316 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) in BuildDeclRefExpr() local
2317 FD = IFD->getAnonField(); in BuildDeclRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h830 const ObjCInterfaceDecl *IFD) override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6379 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface() argument
6382 if (!IFD->isFromASTFile()) in AddedObjCCategoryToInterface()
6385 assert(IFD->getDefinition() && "Category on a class without a definition?"); in AddedObjCCategoryToInterface()
6387 const_cast<ObjCInterfaceDecl *>(IFD->getDefinition())); in AddedObjCCategoryToInterface()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1167 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) in FindCountedByField() local
1168 ND = IFD->getAnonField(); in FindCountedByField()
/freebsd/contrib/file/magic/Magdir/
H A Dimages460 # GPS IFD
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4967 const ObjCInterfaceDecl *IFD);