Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp71 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()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp446 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl()); in checkPostCall() local
629 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(IC->getDecl()); in checkPreCall() local
H A DSmartPtrModeling.cpp128 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
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp157 ObjCMethodDecl *MethodDecl) { in SynthesizeObjCMethodResult()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp305 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(C.getCalleeDecl()); getMemberForAccessor() local
399 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclCtx)) { initialize() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp242 auto *MethodDecl = CXXMethodDecl::Create( addArraySubscriptOperator() local
H A DSemaDeclObjC.cpp2347 CheckMethodOverrideReturn(Sema & S,ObjCMethodDecl * MethodImpl,ObjCMethodDecl * MethodDecl,bool IsProtocolMethodDecl,bool IsOverridingMode,bool Warn) CheckMethodOverrideReturn() argument
2427 CheckMethodOverrideParam(Sema & S,ObjCMethodDecl * MethodImpl,ObjCMethodDecl * MethodDecl,ParmVarDecl * ImplVar,ParmVarDecl * IfaceVar,bool IsProtocolMethodDecl,bool IsOverridingMode,bool Warn) CheckMethodOverrideParam() argument
2579 WarnConflictingTypedMethods(ObjCMethodDecl * ImpMethodDecl,ObjCMethodDecl * MethodDecl,bool IsProtocolMethodDecl) WarnConflictingTypedMethods() argument
2630 WarnExactTypedMethods(ObjCMethodDecl * ImpMethodDecl,ObjCMethodDecl * MethodDecl,bool IsProtocolMethodDecl) WarnExactTypedMethods() argument
[all...]
H A DSemaAvailability.cpp515 if (const auto *MethodDecl = dyn_cast<ObjCMethodDecl>(ReferringDecl)) { DoEmitAvailabilityWarning() local
H A DSemaCoroutine.cpp1819 auto *MethodDecl = MbrRef->getMethodDecl(); noteMemberDeclaredHere() local
H A DSemaDeclAttr.cpp157 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(D)) isInstanceMethod() local
1033 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclFD)) handleDiagnoseAsBuiltinAttr() local
H A DSemaDeclCXX.cpp16426 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { CheckOverloadedOperatorDeclaration() local
H A DSemaExpr.cpp18980 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { MarkFunctionReferenced() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h190 ObjCMethodDecl *MethodDecl; member
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp711 ObjCMethodDecl *MethodDecl = nullptr; lookupMethod() local
2005 ObjCMethodDecl *MethodDecl = nullptr; lookupMethod() local
[all...]
H A DASTContext.cpp12332 ObjCMethodsAreEqual(const ObjCMethodDecl * MethodDecl,const ObjCMethodDecl * MethodImpl) ObjCMethodsAreEqual() argument
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1564 AddCFAnnotations(ASTContext & Ctx,const RetainSummary * RS,const ObjCMethodDecl * MethodDecl,bool ResultAnnotated) AddCFAnnotations() argument
1618 migrateAddMethodAnnotation(ASTContext & Ctx,const ObjCMethodDecl * MethodDecl) migrateAddMethodAnnotation() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2012 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); getVirtualFunctionPointer() local
H A DMicrosoftCXXABI.cpp1953 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); getVirtualFunctionPointer() local