Lines Matching defs:Role
261 /// Role: NN U NN NN NNUN N N U N (N=None, U=UnexpandedArg)
264 /// Role: H E H E H E H (H=Hidden, E=ExpandedArg)
272 MacroExpansion(MacroRole Role) : Role(Role) {}
280 MacroRole Role;
324 std::shared_ptr<TokenRole> Role;
436 if (MacroCtx && MacroCtx->Role == MR_UnexpandedArg)
447 if (MacroCtx && MacroCtx->Role == MR_UnexpandedArg)
453 if (MacroCtx && MacroCtx->Role == MR_UnexpandedArg)
961 /// Notifies the \c Role that a comma was found.