Lines Matching defs:Role
266 /// Role: NN U NN NN NNUN N N U N (N=None, U=UnexpandedArg)
269 /// Role: H E H E H E H (H=Hidden, E=ExpandedArg)
277 MacroExpansion(MacroRole Role) : Role(Role) {}
285 MacroRole Role;
329 std::shared_ptr<TokenRole> Role;
441 if (MacroCtx && MacroCtx->Role == MR_UnexpandedArg)
452 if (MacroCtx && MacroCtx->Role == MR_UnexpandedArg)
458 if (MacroCtx && MacroCtx->Role == MR_UnexpandedArg)
969 /// Notifies the \c Role that a comma was found.