Home | History | Annotate | Download | only in Sema

Lines Matching refs:Method

650   if (CXXMethodDecl *method = dyn_cast<CXXMethodDecl>(DC)) {
651 if (method && method->isInstance())
652 ThisTy = method->getThisType(Context);
1224 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FD))
1225 return Method->isUsualDeallocationFunction();
2044 CXXMethodDecl *Method,
2052 if (S.CompleteConstructorCall(cast<CXXConstructorDecl>(Method),
2058 S.BuildCXXConstructExpr(CastLoc, Ty, cast<CXXConstructorDecl>(Method),
2072 ExprResult Result = S.BuildCXXMemberCallExpr(From, FoundDecl, Method);
4044 // actual method. FIXME: we should infer retention by selector in
4045 // cases where we don't have an actual method.
4512 CXXMethodDecl *Method) {
4514 FoundDecl, Method);
4519 new (Context) MemberExpr(Exp.take(), /*IsArrow=*/false, Method,
4520 SourceLocation(), Method->getType(),
4522 QualType ResultType = Method->getResultType();
4526 MarkDeclarationReferenced(Exp.get()->getLocStart(), Method);