Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1347 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
1410 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
1550 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
1601 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
H A DSemaDeclAttr.cpp128 if (const CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local
H A DSemaDeclCXX.cpp11473 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
H A DSemaExpr.cpp11640 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp556 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1571 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
H A DASTContext.cpp8331 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h136 ObjCMethodDecl *MethodDecl; member
/minix/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1578 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1633 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()