Searched defs:MethodDecl (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp155 SynthesizeObjCMethodResult( ObjCMethodDecl *MethodDecl) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp91 bool VisitCXXMethodDecl(const CXXMethodDecl *MethodDecl) { argument
143 void addUSRsOfOverridenFunctions(const CXXMethodDecl *MethodDecl) { argument
150 addUSRsOfInstantiatedMethods(const CXXMethodDecl *MethodDecl) argument
164 checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp450 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl()); local
636 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(IC->getDecl()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp693 ObjCMethodDecl *MethodDecl = nullptr; local
1918 ObjCMethodDecl *MethodDecl = nullptr; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1408 auto *MethodDecl = MbrRef->getMethodDecl(); local
H A DSemaDeclObjC.cpp2308 CheckMethodOverrideReturn(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
2392 CheckMethodOverrideParam(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, ParmVarDecl *ImplVar, ParmVarDecl *IfaceVar, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
2547 WarnConflictingTypedMethods(ObjCMethodDecl *ImpMethodDecl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl) argument
2598 WarnExactTypedMethods(ObjCMethodDecl *ImpMethodDecl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h183 ObjCMethodDecl *MethodDecl; member in union:clang::__anon2605
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1579 AddCFAnnotations(ASTContext &Ctx, const RetainSummary *RS, const ObjCMethodDecl *MethodDecl, bool ResultAnnotated) argument
1633 migrateAddMethodAnnotation( ASTContext &Ctx, const ObjCMethodDecl *MethodDecl) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1797 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); local
H A DMicrosoftCXXABI.cpp1879 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); local

Completed in 160 milliseconds