Home | History | Annotate | Download | only in Parse

Lines Matching refs:KeywordLoc

3414   SourceLocation KeywordLoc = ConsumeToken();
3427 Actions.CheckBooleanCondition(KeywordLoc, NoexceptExpr.get());
3428 NoexceptRange = SourceRange(KeywordLoc, T.getCloseLocation());
3435 NoexceptRange = SourceRange(KeywordLoc, KeywordLoc);
3958 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists)