Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunctionDecl

156   FunctionDecl *SourceDecl = FPT->getExceptionSpecDecl();
180 Sema::UpdateExceptionSpec(FunctionDecl *FD,
188 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI);
193 static bool hasImplicitExceptionSpec(FunctionDecl *Decl) {
212 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) {
891 if (isa<FunctionDecl>(D) && D->hasAttr<NoThrowAttr>())