Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp70 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(FoundDecl)) { in Find() local
90 bool VisitCXXMethodDecl(const CXXMethodDecl *MethodDecl) { in VisitCXXMethodDecl()
138 void addUSRsOfOverridenFunctions(const CXXMethodDecl *MethodDecl) { in addUSRsOfOverridenFunctions()
145 void addUSRsOfInstantiatedMethods(const CXXMethodDecl *MethodDecl) { in addUSRsOfInstantiatedMethods()
159 bool checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) { in checkIfOverriddenFunctionAscends()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp432 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl()); in checkPostCall() local
618 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(IC->getDecl()); in checkPreCall() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp156 ObjCMethodDecl *MethodDecl) { in SynthesizeObjCMethodResult()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2298 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
2382 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
2536 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
2587 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
H A DSemaCoroutine.cpp1381 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere() local
H A DSemaDeclAttr.cpp145 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local
7804 if (const auto *MethodDecl = dyn_cast<ObjCMethodDecl>(ReferringDecl)) { in DoEmitAvailabilityWarning() local
H A DSemaExpr.cpp14715 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
H A DSemaDeclCXX.cpp13317 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h184 ObjCMethodDecl *MethodDecl; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp694 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1893 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
H A DASTContext.cpp10296 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1572 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1627 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1721 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
H A DMicrosoftCXXABI.cpp1843 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local