Home | History | Annotate | Download | only in Parse

Lines Matching refs:InlineLoc

53                              SourceLocation InlineLoc) {
92 if (InlineLoc.isValid())
93 Diag(InlineLoc, diag::err_inline_namespace_alias)
94 << FixItHint::CreateRemoval(InlineLoc);
152 if (InlineLoc.isValid())
153 Diag(InlineLoc, getLangOpts().CPlusPlus0x ?
160 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
170 InlineLoc, attrs, T);
185 unsigned int index, SourceLocation& InlineLoc,
211 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,