Home | History | Annotate | Download | only in Parse

Lines Matching refs:InlineLoc

55                              SourceLocation InlineLoc) {
100 if (InlineLoc.isValid())
101 Diag(InlineLoc, diag::err_inline_namespace_alias)
102 << FixItHint::CreateRemoval(InlineLoc);
160 if (InlineLoc.isValid())
161 Diag(InlineLoc, getLangOpts().CPlusPlus11 ?
168 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
178 InlineLoc, attrs, T);
193 unsigned int index, SourceLocation& InlineLoc,
219 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,