HomeSort by: relevance | last modified time | path
    Searched defs:RCToken (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
ResourceScriptToken.h 26 // RCToken does not claim ownership on its value. A memory buffer containing
29 class RCToken {
39 RCToken(RCToken::Kind RCTokenKind, StringRef Value);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptToken.h 40 // RCToken does not claim ownership on its value. A memory buffer containing
43 class RCToken {
51 RCToken(RCToken::Kind RCTokenKind, StringRef Value);
77 Expected<std::vector<RCToken>> tokenizeRC(StringRef Input);
ResourceScriptToken.cpp 26 using Kind = RCToken::Kind;
45 RCToken::RCToken(RCToken::Kind RCTokenKind, StringRef Value)
48 uint32_t RCToken::intValue() const {
59 bool RCToken::isLongInt() const {
63 StringRef RCToken::value() const { return TokenValue; }
65 Kind RCToken::kind() const { return TokenKind; }
67 bool RCToken::isBinaryOp() const {
90 Expected<std::vector<RCToken>> run()
    [all...]

Completed in 15 milliseconds