Searched refs:FnDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp10836 const FunctionDecl *FnDecl) {
10837 const DeclContext *DC = FnDecl->getDeclContext()->getRedeclContext();
10839 return SemaRef.Diag(FnDecl->getLocation(),
10841 << FnDecl->getDeclName();
10845 FnDecl->getStorageClass() == SC_Static) {
10846 return SemaRef.Diag(FnDecl->getLocation(),
10848 << FnDecl->getDeclName();
10855 CheckOperatorNewDeleteTypes(Sema &SemaRef, const FunctionDecl *FnDecl, argument
10861 FnDecl->getType()->getAs<FunctionType>()->getReturnType();
10865 return SemaRef.Diag(FnDecl
10835 CheckOperatorNewDeleteDeclarationScope(Sema &SemaRef, const FunctionDecl *FnDecl) argument
10903 CheckOperatorNewDeclaration(Sema &SemaRef, const FunctionDecl *FnDecl) argument
10934 CheckOperatorDeleteDeclaration(Sema &SemaRef, FunctionDecl *FnDecl) argument
10957 CheckOverloadedOperatorDeclaration(FunctionDecl *FnDecl) argument
11094 CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) argument
[all...]
H A DSemaOverload.cpp10754 FunctionDecl *FnDecl = Best->Function; local
10756 if (FnDecl) {
10761 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) {
10775 FnDecl->getParamDecl(0)),
10784 ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl, Best->FoundDecl,
10790 QualType ResultTy = FnDecl->getReturnType();
10799 if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall, FnDecl))
10963 FunctionDecl *FnDecl = Best->Function; local
10965 if (FnDecl) {
11190 FunctionDecl *FnDecl = Best->Function; local
[all...]
H A DSemaExprCXX.cpp1897 FunctionDecl *FnDecl = Best->Function; local
1902 Operator = FnDecl;
/external/clang/include/clang/Sema/
H A DSema.h5160 bool CheckOverloadedOperatorDeclaration(FunctionDecl *FnDecl);
5162 bool CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl);

Completed in 108 milliseconds