Home | History | Annotate | Download | only in Parse

Lines Matching refs:KeywordLoc

2886   SourceLocation KeywordLoc = ConsumeToken();
2896 NoexceptExpr = Actions.ActOnBooleanCondition(getCurScope(), KeywordLoc,
2899 NoexceptRange = SourceRange(KeywordLoc, T.getCloseLocation());
2903 NoexceptRange = SourceRange(KeywordLoc, KeywordLoc);
3321 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists)