Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h109 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp205 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp974 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl() local
985 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() local
1017 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) { in getCanonicalDecl() local
H A DDecl.cpp660 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { getLVForNamespaceScopeDecl() local
1095 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(this)) { isPlaceholderVar() local
H A DRecordLayoutBuilder.cpp3475 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); getFieldOffset() local
H A DExprConstant.cpp3198 HandleLValueIndirectMember(EvalInfo & Info,const Expr * E,LValue & LVal,const IndirectFieldDecl * IFD) HandleLValueIndirectMember() argument
4791 } else if (const IndirectFieldDecl *IFD = HandleMemberPointerAccess() local
6438 } else if (IndirectFieldDecl *IFD = I->getIndirectMember()) { HandleConstructorCall() local
8340 } else if (const IndirectFieldDecl *IFD = dyn_cast<IndirectFieldDecl>(MD)) { VisitMemberExpr() local
11848 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) { isDesignatorAtObjectEnd() local
[all...]
H A DItaniumMangle.cpp826 else if (const IndirectFieldDecl *IFD = mangle() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2317 DiagnoseMissingDesignatedInitOverrides(const ObjCImplementationDecl * ImplD,const ObjCInterfaceDecl * IFD) DiagnoseMissingDesignatedInitOverrides() argument
H A DSemaDecl.cpp5581 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) findDefaultInitializer() local
19195 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) ActOnFields() local
H A DSemaInit.cpp2689 } else if (auto *IFD = dyn_cast_if_present<IndirectFieldDecl>(VD)) { CheckDesignatedInitializer() local
H A DSemaCodeComplete.cpp6546 if (auto *IFD = dyn_cast<IndirectFieldDecl>(D)) CodeCompleteDesignator() local
H A DSemaOpenMP.cpp1205 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) getImplicitFDCapExprDecl() local
1219 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) isImplicitDefaultFirstprivateFD() local
H A DSemaDeclCXX.cpp4126 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { DiagnoseUninitializedFields() local
H A DSemaChecking.cpp623 auto *IFD = dyn_cast<IndirectFieldDecl>(D); dumpRecordValue() local
H A DSemaExpr.cpp2316 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) BuildDeclRefExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1167 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) FindCountedByField() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6379 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument