| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 64 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 D | RefCntblBaseVirtualDtorChecker.cpp | 373 for (auto *MethodDecl : C->methods()) { in isClassWithSpecializedDelete() local 384 for (auto *MethodDecl : C->methods()) { in isClassWithSpecializedDelete() local
|
| H A D | ForwardDeclChecker.cpp | 254 auto *MethodDecl = E->getMethodDecl(); in visitObjCMessageExpr() local
|
| H A D | RawPtrRefCallArgsChecker.cpp | 193 auto *MethodDecl = E->getMethodDecl(); in visitObjCMessageExpr() local
|
| H A D | RetainPtrCtorAdoptChecker.cpp | 377 else if (auto *MethodDecl = dyn_cast<ObjCMethodDecl>(DeclWithIssue)) in visitReturnStmt() local
|
| H A D | PtrTypesSemantics.cpp | 498 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 | 449 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 D | SmartPtrModeling.cpp | 125 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 D | ASTResultSynthesizer.cpp | 153 ObjCMethodDecl *MethodDecl) { in SynthesizeObjCMethodResult()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | ASTOps.cpp | 189 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(C.getCalleeDecl()); in getMemberForAccessor() local
|
| H A D | DataflowEnvironment.cpp | 515 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(InitialTargetFunc)) { in initialize() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2363 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn() 2443 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam() 2595 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods() 2644 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
|
| H A D | SemaAvailability.cpp | 635 if (const auto *MethodDecl = dyn_cast<ObjCMethodDecl>(ReferringDecl)) { in DoEmitAvailabilityWarning() local
|
| H A D | SemaCoroutine.cpp | 1814 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere() local
|
| H A D | SemaDeclAttr.cpp | 760 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclFD)) in handleDiagnoseAsBuiltinAttr() local
|
| H A D | SemaDeclCXX.cpp | 16777 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
|
| H A D | SemaExpr.cpp | 18395 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 707 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local 1996 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
|
| H A D | ASTContext.cpp | 13482 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1153 } else if (auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) { in isTrivialForMSVC() local 1958 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
|
| H A D | ItaniumCXXABI.cpp | 2202 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
|