Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseInnerNamespace

185   ParseInnerNamespace(ExtraIdentLoc, ExtraIdent, ExtraNamespaceLoc, 0,
197 /// ParseInnerNamespace - Parse the contents of a namespace.
198 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc,
227 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,