Lines Matching refs:nsdmi
2753 (cp_parser *parser, bool nsdmi);
23987 /* Used by handling of trailing-return-types and NSDMI, in which 'this'
24020 /* We recognize NSDMI context by the context-less 'this' pointer set up
24919 default_argument = cp_parser_cache_defarg (parser, /*nsdmi=*/false);
27510 /* Add DECL to the queue of NSDMI to be parsed later. */
32040 return cp_parser_cache_defarg (parser, /*nsdmi=*/true);
33962 /* Like above, for caching a default argument or NSDMI. Both of these are
33968 NSDMI). If that succeeds, then we stop caching. */
33971 cp_parser_cache_defarg (cp_parser *parser, bool nsdmi)
34020 if (nsdmi)
34046 was the end of the NSDMI. Otherwise assume
34047 we're still in the NSDMI. */