Home
last modified time | relevance | path

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

12

/external/javassist/src/main/javassist/compiler/ast/
DMethodDecl.java21 public class MethodDecl extends ASTList { class
26 public MethodDecl(ASTree _head, ASTList _tail) { in MethodDecl() method in MethodDecl
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp71 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(FoundDecl)) { in Find() local
107 bool VisitCXXMethodDecl(const CXXMethodDecl *MethodDecl) { in VisitCXXMethodDecl()
181 void addUSRsOfOverridenFunctions(const CXXMethodDecl *MethodDecl) { in addUSRsOfOverridenFunctions()
188 void addUSRsOfInstantiatedMethods(const CXXMethodDecl *MethodDecl) { in addUSRsOfInstantiatedMethods()
202 bool checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) { in checkIfOverriddenFunctionAscends()
/external/llvm-project/clang/examples/CallSuperAttribute/
DCallSuperAttrInfo.cpp80 bool VisitCXXMethodDecl(CXXMethodDecl *MethodDecl) { in VisitCXXMethodDecl()
129 const CXXMethodDecl *MethodDecl) { in lateDiagAppertainsToDecl()
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DPostfixOperatorCheck.cpp31 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(FuncDecl)) in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidNSObjectNewCheck.cpp43 for (const auto *MethodDecl : ClassDecl->instance_methods()) { in isInitMethodAvailable() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DAssertSideEffectCheck.cpp60 else if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(FuncDecl)) in AST_MATCHER_P() local
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.cpp131 if (const auto *MethodDecl = in check() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSmartPtrModeling.cpp89 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(Call.getDecl()); in isStdSmartPtrCall() local
141 const auto *MethodDecl = dyn_cast_or_null<CXXMethodDecl>(Call.getDecl()); in getInnerPointerType() local
DMoveChecker.cpp450 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl()); in checkPostCall() local
636 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(IC->getDecl()); in checkPreCall() local
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.cpp156 ObjCMethodDecl *MethodDecl) { in SynthesizeObjCMethodResult()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2227 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
2311 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
2465 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
2516 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DAvoidBindCheck.cpp685 const auto *MethodDecl = dyn_cast<CXXMethodDecl>(LP.Callable.Decl); in check() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp2320 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
2404 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
2558 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
2609 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
DSemaAvailability.cpp499 if (const auto *MethodDecl = dyn_cast<ObjCMethodDecl>(ReferringDecl)) { in DoEmitAvailabilityWarning() local
DSemaCoroutine.cpp1536 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere() local
/external/clang/include/clang/Sema/
DInitialization.h136 ObjCMethodDecl *MethodDecl; member
/external/clang/lib/AST/
DDeclObjC.cpp664 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1822 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
/external/llvm-project/clang/include/clang/Sema/
DInitialization.h187 ObjCMethodDecl *MethodDecl; member
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp695 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1950 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp1573 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1627 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1581 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1634 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1595 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
DMicrosoftCXXABI.cpp1810 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp1883 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local
DMicrosoftCXXABI.cpp1915 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); in getVirtualFunctionPointer() local

12