Home | History | Annotate | Download | only in Sema

Lines Matching refs:FnDecl

10104     FunctionDecl *FnDecl = Best->Function;
10106 if (FnDecl) {
10111 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) {
10125 FnDecl->getParamDecl(0)),
10134 QualType ResultTy = FnDecl->getResultType();
10139 ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl, Best->FoundDecl,
10150 if (CheckCallReturnType(FnDecl->getResultType(), OpLoc, TheCall,
10151 FnDecl))
10325 FunctionDecl *FnDecl = Best->Function;
10327 if (FnDecl) {
10332 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) {
10339 FnDecl->getParamDecl(0)),
10355 FnDecl->getParamDecl(0)),
10363 FnDecl->getParamDecl(1)),
10372 QualType ResultTy = FnDecl->getResultType();
10377 ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl,
10388 if (CheckCallReturnType(FnDecl->getResultType(), OpLoc, TheCall,
10389 FnDecl))
10394 if (isa<CXXMethodDecl>(FnDecl))
10396 checkCall(FnDecl, ArgsArray, 0, isa<CXXMethodDecl>(FnDecl), OpLoc,
10549 FunctionDecl *FnDecl = Best->Function;
10551 if (FnDecl) {
10558 CXXMethodDecl *Method = cast<CXXMethodDecl>(FnDecl);
10570 FnDecl->getParamDecl(0)),
10579 QualType ResultTy = FnDecl->getResultType();
10586 ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl,
10600 if (CheckCallReturnType(FnDecl->getResultType(), LLoc, TheCall,
10601 FnDecl))