Home
last modified time | relevance | path

Searched defs:MethodDecl (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp333 for (auto *MethodDecl : C->methods()) { in isClassWithSpecializedDelete() local
344 for (auto *MethodDecl : C->methods()) { in isClassWithSpecializedDelete() local
H A DPtrTypesSemantics.cpp230 if (auto *MethodDecl = dyn_cast<CXXMethodDecl>(F)) { in isSingleton() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h121 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local
H A DInitialization.h190 ObjCMethodDecl *MethodDecl; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp446 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 DSmartPtrModeling.cpp128 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 DASTResultSynthesizer.cpp157 ObjCMethodDecl *MethodDecl) { in SynthesizeObjCMethodResult()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp182 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(C.getCalleeDecl()); in getMemberForAccessor() local
H A DDataflowEnvironment.cpp516 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(InitialTargetFunc)) { in initialize() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp246 auto *MethodDecl = CXXMethodDecl::Create( in addArraySubscriptOperator() local
H A DSemaDeclObjC.cpp2355 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
2435 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
2587 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
2636 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
H A DSemaAvailability.cpp592 if (const auto *MethodDecl = dyn_cast<ObjCMethodDecl>(ReferringDecl)) { in DoEmitAvailabilityWarning() local
H A DSemaCoroutine.cpp1729 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere() local
H A DSemaDeclAttr.cpp773 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclFD)) in handleDiagnoseAsBuiltinAttr() local
H A DSemaDeclCXX.cpp16301 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
H A DSemaExpr.cpp17961 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp710 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1999 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
H A DASTContext.cpp12824 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1565 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1619 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1158 } else if (auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) { in isTrivialForMSVC() local
1963 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
H A DItaniumCXXABI.cpp2186 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local