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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10559 const FunctionDecl *FnDecl) {
10560 const DeclContext *DC = FnDecl->getDeclContext()->getRedeclContext();
10562 return SemaRef.Diag(FnDecl->getLocation(),
10564 << FnDecl->getDeclName();
10568 FnDecl->getStorageClass() == SC_Static) {
10569 return SemaRef.Diag(FnDecl->getLocation(),
10571 << FnDecl->getDeclName();
10578 CheckOperatorNewDeleteTypes(Sema &SemaRef, const FunctionDecl *FnDecl, argument
10584 FnDecl->getType()->getAs<FunctionType>()->getResultType();
10588 return SemaRef.Diag(FnDecl
10558 CheckOperatorNewDeleteDeclarationScope(Sema &SemaRef, const FunctionDecl *FnDecl) argument
10626 CheckOperatorNewDeclaration(Sema &SemaRef, const FunctionDecl *FnDecl) argument
10657 CheckOperatorDeleteDeclaration(Sema &SemaRef, FunctionDecl *FnDecl) argument
10680 CheckOverloadedOperatorDeclaration(FunctionDecl *FnDecl) argument
10821 CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) argument
[all...]
H A DSemaOverload.cpp10497 FunctionDecl *FnDecl = Best->Function; local
10499 if (FnDecl) {
10504 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) {
10518 FnDecl->getParamDecl(0)),
10527 ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl, Best->FoundDecl,
10533 QualType ResultTy = FnDecl->getResultType();
10542 if (CheckCallReturnType(FnDecl->getResultType(), OpLoc, TheCall,
10543 FnDecl))
10714 FunctionDecl *FnDecl = Best->Function; local
10716 if (FnDecl) {
10943 FunctionDecl *FnDecl = Best->Function; local
[all...]
H A DSemaExprCXX.cpp1846 FunctionDecl *FnDecl = Best->Function; local
1847 MarkFunctionReferenced(StartLoc, FnDecl);
1852 unsigned NumArgsInFnDecl = FnDecl->getNumParams();
1855 FnDecl->getParamDecl(i));
1868 Operator = FnDecl;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5035 bool CheckOverloadedOperatorDeclaration(FunctionDecl *FnDecl);
5037 bool CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl);

Completed in 232 milliseconds