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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h133 ObjCMethodDecl *MethodDecl; member in union:clang::InitializedEntity::__anon2892
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp468 ObjCMethodDecl *MethodDecl = 0; local
1464 ObjCMethodDecl *MethodDecl = NULL; local
[all...]
H A DASTContext.cpp8224 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp769 const CXXMethodDecl *MethodDecl = Call->getMethodDecl(); local
540 isLikeMoveAssignment( const CXXMethodDecl *MethodDecl) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1455 AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, const ObjCMethodDecl *MethodDecl, bool ResultAnnotated) argument
1510 migrateAddMethodAnnotation( ASTContext &Ctx, const ObjCMethodDecl *MethodDecl) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1316 CheckMethodOverrideReturn(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
1380 CheckMethodOverrideParam(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, ParmVarDecl *ImplVar, ParmVarDecl *IfaceVar, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
1520 WarnConflictingTypedMethods(ObjCMethodDecl *ImpMethodDecl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl) argument
1571 WarnExactTypedMethods(ObjCMethodDecl *ImpMethodDecl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl) argument
1747 ObjCMethodDecl *MethodDecl = *I; local
1776 ObjCMethodDecl *MethodDecl = *I; local
[all...]

Completed in 154 milliseconds