/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 333 for (auto *MethodDecl : C->methods()) { in isClassWithSpecializedDelete() local 344 for (auto *MethodDecl : C->methods()) { in isClassWithSpecializedDelete() local
|
H A D | PtrTypesSemantics.cpp | 230 if (auto *MethodDecl = dyn_cast<CXXMethodDecl>(F)) { in isSingleton() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Attr.h | 121 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local
|
H A D | Initialization.h | 190 ObjCMethodDecl *MethodDecl; member
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 446 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl()); in checkPostCall() local 629 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(IC->getDecl()); in checkPreCall() local
|
H A D | SmartPtrModeling.cpp | 128 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(Call.getDecl()); in isStdSmartPtrCall() local 216 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(Call.getDecl()); in getInnerPointerType() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 157 ObjCMethodDecl *MethodDecl) { in SynthesizeObjCMethodResult()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | ASTOps.cpp | 182 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(C.getCalleeDecl()); in getMemberForAccessor() local
|
H A D | DataflowEnvironment.cpp | 516 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(InitialTargetFunc)) { in initialize() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 246 auto *MethodDecl = CXXMethodDecl::Create( in addArraySubscriptOperator() local
|
H A D | SemaDeclObjC.cpp | 2355 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn() 2435 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam() 2587 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods() 2636 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
|
H A D | SemaAvailability.cpp | 592 if (const auto *MethodDecl = dyn_cast<ObjCMethodDecl>(ReferringDecl)) { in DoEmitAvailabilityWarning() local
|
H A D | SemaCoroutine.cpp | 1729 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere() local
|
H A D | SemaDeclAttr.cpp | 773 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclFD)) in handleDiagnoseAsBuiltinAttr() local
|
H A D | SemaDeclCXX.cpp | 16301 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
|
H A D | SemaExpr.cpp | 17961 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 710 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local 1999 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
|
H A D | ASTContext.cpp | 12824 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1565 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations() 1619 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1158 } else if (auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) { in isTrivialForMSVC() local 1963 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
|
H A D | ItaniumCXXABI.cpp | 2186 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
|