/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 71 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(FoundDecl)) { in Find() local 107 bool VisitCXXMethodDecl(const CXXMethodDecl *MethodDecl) { in VisitCXXMethodDecl() 179 void addUSRsOfOverridenFunctions(const CXXMethodDecl *MethodDecl) { in addUSRsOfOverridenFunctions() 186 void addUSRsOfInstantiatedMethods(const CXXMethodDecl *MethodDecl) { in addUSRsOfInstantiatedMethods() 200 bool checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) { in checkIfOverriddenFunctionAscends()
|
/openbsd/gnu/llvm/clang/examples/CallSuperAttribute/ |
H A D | CallSuperAttrInfo.cpp | 80 bool VisitCXXMethodDecl(CXXMethodDecl *MethodDecl) { in VisitCXXMethodDecl() 129 const CXXMethodDecl *MethodDecl) { in lateDiagAppertainsToDecl()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 444 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl()); in checkPostCall() local 626 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
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 157 ObjCMethodDecl *MethodDecl) { in SynthesizeObjCMethodResult()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 245 auto *MethodDecl = CXXMethodDecl::Create( in addArraySubscriptOperator() local
|
H A D | SemaDeclObjC.cpp | 2347 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn() 2427 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam() 2579 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods() 2630 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
|
H A D | SemaAvailability.cpp | 503 if (const auto *MethodDecl = dyn_cast<ObjCMethodDecl>(ReferringDecl)) { in DoEmitAvailabilityWarning() local
|
H A D | SemaCoroutine.cpp | 1714 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere() local
|
H A D | SemaDeclAttr.cpp | 156 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local 1019 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclFD)) in handleDiagnoseAsBuiltinAttr() local
|
H A D | SemaDeclCXX.cpp | 15970 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
|
H A D | SemaExpr.cpp | 18341 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
|
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 275 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(&DeclCtx)) { in Environment() local
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1567 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations() 1621 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclObjC.cpp | 711 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local 2005 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
|
H A D | ASTContext.cpp | 12190 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Initialization.h | 190 ObjCMethodDecl *MethodDecl; member
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 1918 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
|
H A D | MicrosoftCXXABI.cpp | 1937 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
|