Home
last modified time | relevance | path

Searched defs:IFD (Results 1 – 23 of 23) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DASTUtils.cpp130 const auto *IFD = dyn_cast<IndirectFieldDecl>(D); in findOutermostIndirectFieldDeclForField() local
/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h111 const ObjCInterfaceDecl *IFD) {} in AddedObjCCategoryToInterface()
/llvm-project/clang/tools/libclang/
H A DCXType.cpp1053 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 DCIndex.cpp7194 if (const ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) clang_getCanonicalCursor() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp985 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 DDecl.cpp667 } 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 DRecordLayoutBuilder.cpp3487 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); getFieldOffset() local
H A DExprConstant.cpp3211 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 DItaniumMangle.cpp825 else if (const IndirectFieldDecl *IFD = mangle() local
/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp213 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp1455 const IndirectFieldDecl *IFD = findStyleKindForAnonField() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2299 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass(); in DiagnoseMissingDesignatedInitOverrides() argument
H A DSemaDecl.cpp5402 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) findDefaultInitializer() local
18811 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) ActOnFields() local
H A DSemaInit.cpp2819 } else if (auto *IFD = dyn_cast_if_present<IndirectFieldDecl>(VD)) { CheckDesignatedInitializer() local
H A DSemaDeclAttr.cpp5973 if (auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) { CheckCountedByAttrOnField() local
H A DSemaCodeComplete.cpp6592 if (auto *IFD = dyn_cast<IndirectFieldDecl>(D)) CodeCompleteDesignator() local
H A DSemaOpenMP.cpp1209 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) getImplicitFDCapExprDecl() local
1223 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) isImplicitDefaultFirstprivateFD() local
H A DSemaChecking.cpp652 auto *IFD = dyn_cast<IndirectFieldDecl>(D); dumpRecordValue() local
H A DSemaDeclCXX.cpp3987 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { DiagnoseUninitializedFields() local
H A DSemaExpr.cpp2293 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) BuildDeclRefExpr() local
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1158 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl)) FindCountedByField() local
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6960 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument