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

/external/clang/lib/AST/
H A DExprConstant.cpp2071 // FIXME: If DiagDecl is an implicitly-declared special member function,
2099 const FunctionDecl *DiagDecl = Definition ? Definition : Declaration; local
2100 // FIXME: If DiagDecl is an implicitly-declared special member function, we
2103 << DiagDecl->isConstexpr() << isa<CXXConstructorDecl>(DiagDecl)
2104 << DiagDecl;
2105 Info.Note(DiagDecl->getLocation(), diag::note_declared_at);

Completed in 437 milliseconds