/external/clang/include/clang/AST/ |
D | ASTMutationListener.h | 98 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTMutationListener.h | 109 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 407 IndirectFieldDecl* IFD = cast<IndirectFieldDecl>(I); in PrintDeclContext() local
|
D | MultiplexConsumer.cpp | 206 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 843 if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(Res.front())) in clang_Type_getOffsetOf() local 862 if (const IndirectFieldDecl *IFD = dyn_cast_or_null<IndirectFieldDecl>(D)) in clang_Cursor_getOffsetOfField() local
|
/external/llvm-project/clang/tools/libclang/ |
D | CXType.cpp | 1037 if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(Res.front())) in clang_Type_getOffsetOf() local 1067 if (const IndirectFieldDecl *IFD = dyn_cast_or_null<IndirectFieldDecl>(D)) in clang_Cursor_getOffsetOfField() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 850 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local 862 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local 887 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getCanonicalDecl() local
|
D | ExprConstant.cpp | 2030 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember() 3319 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local 4087 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local 4643 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local 6640 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { in isDesignatorAtObjectEnd() local
|
D | RecordLayoutBuilder.cpp | 3066 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
|
D | ItaniumMangle.cpp | 637 else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(D)) in mangle() local
|
D | Decl.cpp | 630 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { in getLVForNamespaceScopeDecl() local
|
/external/llvm-project/clang/lib/Frontend/ |
D | MultiplexConsumer.cpp | 199 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 922 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local 933 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local 965 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) { in getCanonicalDecl() local
|
D | RecordLayoutBuilder.cpp | 3321 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); in getFieldOffset() local
|
D | ExprConstant.cpp | 3133 const IndirectFieldDecl *IFD) { in HandleLValueIndirectMember() 4660 } else if (const IndirectFieldDecl *IFD = in HandleMemberPointerAccess() local 6248 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { in HandleConstructorCall() local 7962 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { in VisitMemberExpr() local 11193 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { in isDesignatorAtObjectEnd() local
|
D | ItaniumMangle.cpp | 658 else if (const IndirectFieldDecl *IFD = in mangle() local
|
D | Decl.cpp | 678 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { in getLVForNamespaceScopeDecl() local
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2096 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
|
D | SemaDecl.cpp | 4217 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local 13880 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
|
D | SemaInit.cpp | 2177 if (auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) { in CheckDesignatedInitializer() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2330 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
|
D | SemaDecl.cpp | 4940 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in findDefaultInitializer() local 17078 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) in ActOnFields() local
|
D | SemaInit.cpp | 2517 if (auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) { in CheckDesignatedInitializer() local
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5788 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 6096 const ObjCInterfaceDecl *IFD) { in AddedObjCCategoryToInterface()
|