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

/external/clang/include/clang/AST/
H A DASTMutationListener.h64 const ObjCInterfaceDecl *IFD) {}
63 AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument
/external/clang/lib/Frontend/
H A DASTConsumers.cpp396 IndirectFieldDecl* IFD = cast<IndirectFieldDecl>(*I); local
397 Out << "<IndirectField> " << *IFD << '\n'; local
H A DMultiplexConsumer.cpp103 const ObjCInterfaceDecl *IFD);
154 const ObjCInterfaceDecl *IFD) {
156 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
152 AddedObjCCategoryToInterface( const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2498 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); local
2501 for (IndirectFieldDecl::chain_iterator CI = IFD->chain_begin(),
2502 CE = IFD->chain_end();
H A DExprConstant.cpp1354 const IndirectFieldDecl *IFD) {
1355 for (IndirectFieldDecl::chain_iterator C = IFD->chain_begin(),
1356 CE = IFD->chain_end(); C != CE; ++C)
1977 } else if (const IndirectFieldDecl *IFD =
1979 if (!HandleLValueIndirectMember(Info, BO, LV, IFD))
2242 } else if (IndirectFieldDecl *IFD = (*I)->getIndirectMember()) {
2245 for (IndirectFieldDecl::chain_iterator C = IFD->chain_begin(),
2246 CE = IFD->chain_end();
2695 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) {
2696 if (!HandleLValueIndirectMember(this->Info, E, Result, IFD))
1352 HandleLValueIndirectMember(EvalInfo &Info, const Expr *E, LValue &LVal, const IndirectFieldDecl *IFD) argument
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp4573 const ObjCInterfaceDecl *IFD) {
4575 if (!IFD->isFromASTFile())
4578 assert(IFD->getDefinition() && "Category on a class without a definition?");
4580 const_cast<ObjCInterfaceDecl *>(IFD->getDefinition()));
4572 AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, const ObjCInterfaceDecl *IFD) argument

Completed in 469 milliseconds