Home
last modified time | relevance | path

Searched defs:AstName (Results 1 – 5 of 5) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Dparser.h26 class AstName; variable
H A Dcontrol.h29 class AstName; variable
H A Dast.h181 class AstName; variable
937 inline AstName(TokenIndex token) in AstName() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmAST.h50 explicit AstName(const char16_t (&str)[Length]) : begin_(str), end_(str + Length - 1) { in AstName() function
54 AstName(const char16_t* begin, size_t length) : begin_(begin), end_(begin + length) {} in AstName() function
55 AstName() : begin_(nullptr), end_(nullptr) {} in AstName() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmAST.h50 explicit AstName(const char16_t (&str)[Length]) in AstName() function
55 AstName(const char16_t* begin, size_t length) in AstName() function
57 AstName() : begin_(nullptr), end_(nullptr) {} in AstName() function