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

/external/clang/include/clang/AST/
H A DASTMutationListener.h93 const ObjCInterfaceDecl *IFD) {}
92 AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument
/external/clang/lib/Frontend/
H A DASTConsumers.cpp409 IndirectFieldDecl* IFD = cast<IndirectFieldDecl>(I); local
410 Out << "<IndirectField> " << *IFD << '\n'; local
H A DMultiplexConsumer.cpp123 const ObjCInterfaceDecl *IFD) override;
198 const ObjCInterfaceDecl *IFD) {
200 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
196 AddedObjCCategoryToInterface( const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp2035 const ObjCInterfaceDecl *IFD) {
2036 assert(IFD->hasDesignatedInitializers());
2037 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass();
2053 if (auto *IMD = IFD->getInstanceMethod(MD->getSelector())) {
2033 DiagnoseMissingDesignatedInitOverrides( const ObjCImplementationDecl *ImplD, const ObjCInterfaceDecl *IFD) argument
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3027 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); local
3030 for (const NamedDecl *ND : IFD->chain())
H A DExprConstant.cpp1954 const IndirectFieldDecl *IFD) {
1955 for (const auto *C : IFD->chain())
3215 } else if (const IndirectFieldDecl *IFD =
3217 if (!HandleLValueIndirectMember(Info, RHS, LV, IFD))
3954 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) {
3957 for (auto *C : IFD->chain()) {
4487 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) {
4488 if (!HandleLValueIndirectMember(this->Info, E, Result, IFD))
6364 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) {
6365 for (auto *FD : IFD
1952 HandleLValueIndirectMember(EvalInfo &Info, const Expr *E, LValue &LVal, const IndirectFieldDecl *IFD) argument
[all...]

Completed in 273 milliseconds