Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp64 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(FoundDecl)) { in Find() local
100 bool VisitCXXMethodDecl(const CXXMethodDecl *MethodDecl) { in VisitCXXMethodDecl()
172 void addUSRsOfOverridenFunctions(const CXXMethodDecl *MethodDecl) { in addUSRsOfOverridenFunctions()
179 void addUSRsOfInstantiatedMethods(const CXXMethodDecl *MethodDecl) { in addUSRsOfInstantiatedMethods()
193 bool checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) { in checkIfOverriddenFunctionAscends()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp373 for (auto *MethodDecl : C->methods()) { in isClassWithSpecializedDelete() local
384 for (auto *MethodDecl : C->methods()) { in isClassWithSpecializedDelete() local
H A DForwardDeclChecker.cpp254 auto *MethodDecl = E->getMethodDecl(); in visitObjCMessageExpr() local
H A DRawPtrRefCallArgsChecker.cpp193 auto *MethodDecl = E->getMethodDecl(); in visitObjCMessageExpr() local
H A DRetainPtrCtorAdoptChecker.cpp377 else if (auto *MethodDecl = dyn_cast<ObjCMethodDecl>(DeclWithIssue)) in visitReturnStmt() local
H A DPtrTypesSemantics.cpp498 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.cpp449 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl()); in checkPostCall() local
633 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(IC->getDecl()); in checkPreCall() local
H A DSmartPtrModeling.cpp125 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(Call.getDecl()); in isStdSmartPtrCall() local
213 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.cpp153 ObjCMethodDecl *MethodDecl) { in SynthesizeObjCMethodResult()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp189 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(C.getCalleeDecl()); in getMemberForAccessor() local
H A DDataflowEnvironment.cpp515 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(InitialTargetFunc)) { in initialize() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2363 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
2443 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
2595 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
2644 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
H A DSemaAvailability.cpp635 if (const auto *MethodDecl = dyn_cast<ObjCMethodDecl>(ReferringDecl)) { in DoEmitAvailabilityWarning() local
H A DSemaCoroutine.cpp1814 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere() local
H A DSemaDeclAttr.cpp760 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclFD)) in handleDiagnoseAsBuiltinAttr() local
H A DSemaDeclCXX.cpp16777 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
H A DSemaExpr.cpp18395 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp707 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1996 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
H A DASTContext.cpp13482 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1153 } else if (auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) { in isTrivialForMSVC() local
1958 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
H A DItaniumCXXABI.cpp2202 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local