/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTMutationListener.h | 109 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 205 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 974 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 D | Decl.cpp | 660 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) { getLVForNamespaceScopeDecl() local 1095 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(this)) { isPlaceholderVar() local
|
H A D | RecordLayoutBuilder.cpp | 3475 const IndirectFieldDecl *IFD = cast<IndirectFieldDecl>(VD); getFieldOffset() local
|
H A D | ExprConstant.cpp | 3198 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 D | ItaniumMangle.cpp | 826 else if (const IndirectFieldDecl *IFD = mangle() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2317 DiagnoseMissingDesignatedInitOverrides(const ObjCImplementationDecl * ImplD,const ObjCInterfaceDecl * IFD) DiagnoseMissingDesignatedInitOverrides() argument
|
H A D | SemaDecl.cpp | 5581 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) findDefaultInitializer() local 19195 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(I)) ActOnFields() local
|
H A D | SemaInit.cpp | 2689 } else if (auto *IFD = dyn_cast_if_present<IndirectFieldDecl>(VD)) { CheckDesignatedInitializer() local
|
H A D | SemaCodeComplete.cpp | 6546 if (auto *IFD = dyn_cast<IndirectFieldDecl>(D)) CodeCompleteDesignator() local
|
H A D | SemaOpenMP.cpp | 1205 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) getImplicitFDCapExprDecl() local 1219 for (const auto &IFD : I->ImplicitDefaultFirstprivateFDs) isImplicitDefaultFirstprivateFD() local
|
H A D | SemaDeclCXX.cpp | 4126 } else if (auto *IFD = dyn_cast<IndirectFieldDecl>(I)) { DiagnoseUninitializedFields() local
|
H A D | SemaChecking.cpp | 623 auto *IFD = dyn_cast<IndirectFieldDecl>(D); dumpRecordValue() local
|
H A D | SemaExpr.cpp | 2316 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) BuildDeclRefExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1167 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(ND)) FindCountedByField() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 6379 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
|