Home | History | Annotate | Download | only in Parse

Lines Matching refs:KeywordLoc

2635   SourceLocation KeywordLoc = ConsumeToken();
2645 NoexceptExpr = Actions.ActOnBooleanCondition(getCurScope(), KeywordLoc,
2648 NoexceptRange = SourceRange(KeywordLoc, T.getCloseLocation());
2652 NoexceptRange = SourceRange(KeywordLoc, KeywordLoc);
3040 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists)