Searched defs:IFD (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DASTMutationListener.h86 const ObjCInterfaceDecl *IFD) {}
85 AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument
/external/clang/lib/Frontend/
H A DASTConsumers.cpp400 IndirectFieldDecl* IFD = cast<IndirectFieldDecl>(I); local
401 Out << "<IndirectField> " << *IFD << '\n'; local
H A DMultiplexConsumer.cpp105 const ObjCInterfaceDecl *IFD) override;
168 const ObjCInterfaceDecl *IFD) {
170 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
166 AddedObjCCategoryToInterface( const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2912 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); local
2915 for (const auto *CI : IFD->chain())
H A DExprConstant.cpp1853 const IndirectFieldDecl *IFD) {
1854 for (const auto *C : IFD->chain())
3044 } else if (const IndirectFieldDecl *IFD =
3046 if (!HandleLValueIndirectMember(Info, RHS, LV, IFD))
3738 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) {
3741 for (auto *C : IFD->chain()) {
4253 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) {
4254 if (!HandleLValueIndirectMember(this->Info, E, Result, IFD))
1851 HandleLValueIndirectMember(EvalInfo &Info, const Expr *E, LValue &LVal, const IndirectFieldDecl *IFD) argument
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1860 const ObjCInterfaceDecl *IFD) {
1861 assert(IFD->hasDesignatedInitializers());
1862 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass();
1858 DiagnoseMissingDesignatedInitOverrides( const ObjCImplementationDecl *ImplD, const ObjCInterfaceDecl *IFD) argument
/external/clang/lib/Serialization/
H A DASTWriter.cpp5622 const ObjCInterfaceDecl *IFD) {
5624 if (!IFD->isFromASTFile())
5627 assert(IFD->getDefinition() && "Category on a class without a definition?");
5629 const_cast<ObjCInterfaceDecl *>(IFD->getDefinition()));
5621 AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument

Completed in 495 milliseconds