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

/external/clang/lib/AST/
H A DExprConstant.cpp2093 // FIXME: If DiagDecl is an implicitly-declared special member function,
2121 const FunctionDecl *DiagDecl = Definition ? Definition : Declaration; local
2122 // FIXME: If DiagDecl is an implicitly-declared special member function, we
2125 << DiagDecl->isConstexpr() << isa<CXXConstructorDecl>(DiagDecl)
2126 << DiagDecl;
2127 Info.Note(DiagDecl->getLocation(), diag::note_declared_at);

Completed in 54 milliseconds