Home | History | Annotate | Download | only in Sema

Lines Matching refs:FnDecl

9778     FunctionDecl *FnDecl = Best->Function;
9780 if (FnDecl) {
9784 MarkFunctionReferenced(OpLoc, FnDecl);
9787 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) {
9801 FnDecl->getParamDecl(0)),
9812 QualType ResultTy = FnDecl->getResultType();
9817 ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl,
9827 if (CheckCallReturnType(FnDecl->getResultType(), OpLoc, TheCall,
9828 FnDecl))
10002 FunctionDecl *FnDecl = Best->Function;
10004 if (FnDecl) {
10008 MarkFunctionReferenced(OpLoc, FnDecl);
10011 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) {
10018 FnDecl->getParamDecl(0)),
10034 FnDecl->getParamDecl(0)),
10042 FnDecl->getParamDecl(1)),
10053 QualType ResultTy = FnDecl->getResultType();
10058 FnDecl,
10067 if (CheckCallReturnType(FnDecl->getResultType(), OpLoc, TheCall,
10068 FnDecl))
10224 FunctionDecl *FnDecl = Best->Function;
10226 if (FnDecl) {
10230 MarkFunctionReferenced(LLoc, FnDecl);
10236 CXXMethodDecl *Method = cast<CXXMethodDecl>(FnDecl);
10248 FnDecl->getParamDecl(0)),
10257 QualType ResultTy = FnDecl->getResultType();
10264 ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl,
10276 if (CheckCallReturnType(FnDecl->getResultType(), LLoc, TheCall,
10277 FnDecl))