Searched defs:IFD (Results 1 - 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
H A D | ASTMutationListener.h | 98 const ObjCInterfaceDecl *IFD) {} 97 AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument
|
/external/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 407 IndirectFieldDecl* IFD = cast<IndirectFieldDecl>(I); local 408 Out << "<IndirectField> " << *IFD << '\n'; local
|
H A D | MultiplexConsumer.cpp | 124 const ObjCInterfaceDecl *IFD) override; 206 const ObjCInterfaceDecl *IFD) { 208 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); 204 AddedObjCCategoryToInterface( const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument
|
/external/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2096 const ObjCInterfaceDecl *IFD) { 2097 assert(IFD->hasDesignatedInitializers()); 2098 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass(); 2114 if (auto *IMD = IFD->getInstanceMethod(MD->getSelector())) { 2094 DiagnoseMissingDesignatedInitOverrides( const ObjCImplementationDecl *ImplD, const ObjCInterfaceDecl *IFD) argument
|
/external/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 3066 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); local 3069 for (const NamedDecl *ND : IFD->chain())
|
H A D | ExprConstant.cpp | 2030 const IndirectFieldDecl *IFD) { 2031 for (const auto *C : IFD->chain()) 3319 } else if (const IndirectFieldDecl *IFD = 3321 if (!HandleLValueIndirectMember(Info, RHS, LV, IFD)) 4087 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { 4090 for (auto *C : IFD->chain()) { 4643 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { 4644 if (!HandleLValueIndirectMember(this->Info, E, Result, IFD)) 6640 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { 6641 for (auto *FD : IFD 2028 HandleLValueIndirectMember(EvalInfo &Info, const Expr *E, LValue &LVal, const IndirectFieldDecl *IFD) argument [all...] |
Completed in 454 milliseconds