Home | History | Annotate | Download | only in Sema

Lines Matching refs:Method

4582   if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Entity)) {
4583 if (!Method->isStatic()) {
4585 << Method << Arg->getSourceRange();
7008 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) {
7011 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType());
7012 if (Context.hasSameType(Adjusted, Method->getType())) {
7013 Instantiation = Method;
7014 InstantiatedFrom = Method->getInstantiatedFromMemberFunction();
7015 MSInfo = Method->getMemberSpecializationInfo();
7828 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Prev)) {
7829 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType());
7830 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) {
7833 Matches.addDecl(Method, P.getAccess());
7834 if (Method->getTemplateSpecializationKind() == TSK_Undeclared)