reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-rc/ResourceScriptTokenList.def
   27 SHORT_TOKEN(BlockBegin, '{')   // Start of the script block; can also be BEGIN.
   28 SHORT_TOKEN(BlockEnd, '}')     // End of the block; can also be END.
   29 SHORT_TOKEN(Comma, ',')        // Comma - resource arguments separator.
   30 SHORT_TOKEN(Plus, '+')         // Addition operator.
   31 SHORT_TOKEN(Minus, '-')        // Subtraction operator.
   32 SHORT_TOKEN(Pipe, '|')         // Bitwise-OR operator.
   33 SHORT_TOKEN(Amp, '&')          // Bitwise-AND operator.
   34 SHORT_TOKEN(Tilde, '~')        // Bitwise-NOT operator.
   35 SHORT_TOKEN(LeftParen, '(')    // Left parenthesis in the script expressions.
   36 SHORT_TOKEN(RightParen, ')')   // Right parenthesis.