/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ASTUtils.cpp | 130 const auto *IFD = dyn_cast<IndirectFieldDecl>(D); in findOutermostIndirectFieldDeclForField() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTMutationListener.h | 111 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
|
/llvm-project/clang/tools/libclang/ |
H A D | CXType.cpp | 1053 if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(Res.front())) clang_Type_getOffsetOf() local 1086 if (const IndirectFieldDecl *IFD = dyn_cast_or_null<IndirectFieldDecl>(D)) clang_Cursor_getOffsetOfField() local
|
H A D | CIndex.cpp | 7194 if (const ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) clang_getCanonicalCursor() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 985 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() local 974 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { getNextRedeclarationImpl() local 1017 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) { getCanonicalDecl() local
|
H A D | Decl.cpp | 667 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { in getLVForNamespaceScopeDecl() local 1102 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(this)) { in isPlaceholderVar() local
|
H A D | RecordLayoutBuilder.cpp | 3487 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); getFieldOffset() local
|
H A D | ExprConstant.cpp | 3211 HandleLValueIndirectMember(EvalInfo & Info,const Expr * E,LValue & LVal,const IndirectFieldDecl * IFD) HandleLValueIndirectMember() argument 4811 } else if (const IndirectFieldDecl *IFD = HandleMemberPointerAccess() local 6484 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { HandleConstructorCall() local 8393 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { VisitMemberExpr() local 12090 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { isDesignatorAtObjectEnd() local [all...] |
H A D | ItaniumMangle.cpp | 825 else if (const IndirectFieldDecl *IFD = mangle() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 213 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 1455 const IndirectFieldDecl *IFD = findStyleKindForAnonField() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2299 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass(); in DiagnoseMissingDesignatedInitOverrides() argument
|
H A D | SemaDecl.cpp | 5402 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) findDefaultInitializer() local 18811 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) ActOnFields() local
|
H A D | SemaInit.cpp | 2819 } else if (auto *IFD = dyn_cast_if_present<IndirectFieldDecl>(VD)) { CheckDesignatedInitializer() local
|
H A D | SemaDeclAttr.cpp | 5973 if (auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) { CheckCountedByAttrOnField() local
|
H A D | SemaCodeComplete.cpp | 6592 if (auto *IFD = dyn_cast<IndirectFieldDecl>(D)) CodeCompleteDesignator() local
|
H A D | SemaOpenMP.cpp | 1209 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) getImplicitFDCapExprDecl() local 1223 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) isImplicitDefaultFirstprivateFD() local
|
H A D | SemaChecking.cpp | 652 auto *IFD = dyn_cast<IndirectFieldDecl>(D); dumpRecordValue() local
|
H A D | SemaDeclCXX.cpp | 3987 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { DiagnoseUninitializedFields() local
|
H A D | SemaExpr.cpp | 2293 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) BuildDeclRefExpr() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp |
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1158 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) FindCountedByField() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 6960 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
|