Searched refs:DiagDecl (Results 1 – 1 of 1) sorted by relevance
3756 const FunctionDecl *DiagDecl = Definition ? Definition : Declaration; in CheckConstexprFunction() local3760 << DiagDecl->isConstexpr() << isa<CXXConstructorDecl>(DiagDecl) in CheckConstexprFunction()3761 << DiagDecl; in CheckConstexprFunction()3762 Info.Note(DiagDecl->getLocation(), diag::note_declared_at); in CheckConstexprFunction()