Home | History | Annotate | Download | only in Parse

Lines Matching refs:DK

86 /// \param DK The kind of diagnostic to emit.
88 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK,
94 Diag(Loc, DK);
98 Diag(Loc, DK)