Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp71 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(FoundDecl)) { in Find() local
107 bool VisitCXXMethodDecl(const CXXMethodDecl *MethodDecl) { in VisitCXXMethodDecl()
181 void addUSRsOfOverridenFunctions(const CXXMethodDecl *MethodDecl) { in addUSRsOfOverridenFunctions()
188 void addUSRsOfInstantiatedMethods(const CXXMethodDecl *MethodDecl) { in addUSRsOfInstantiatedMethods()
202 bool checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) { in checkIfOverriddenFunctionAscends()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp445 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl()); in checkPostCall() local
631 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(IC->getDecl()); in checkPreCall() local
H A DSmartPtrModeling.cpp130 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(Call.getDecl()); in isStdSmartPtrCall() local
218 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(Call.getDecl()); in getInnerPointerType() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp156 ObjCMethodDecl *MethodDecl) { in SynthesizeObjCMethodResult()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2320 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
2404 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
2558 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
2609 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
H A DSemaAvailability.cpp499 if (const auto *MethodDecl = dyn_cast<ObjCMethodDecl>(ReferringDecl)) { in DoEmitAvailabilityWarning() local
H A DSemaCoroutine.cpp1502 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere() local
H A DSemaDeclAttr.cpp154 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local
H A DSemaDeclCXX.cpp15710 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
H A DSemaExpr.cpp17150 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h187 ObjCMethodDecl *MethodDecl; member
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1571 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1625 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp695 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1949 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
H A DASTContext.cpp11375 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1959 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
H A DMicrosoftCXXABI.cpp1925 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local