Home
last modified time | relevance | path

Searched defs:StringLiteralExpression (Results 1 – 7 of 7) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/torque/
H A Dast.h289 struct StringLiteralExpression : Expression { struct
291 StringLiteralExpression(SourcePosition p, std::string l) in StringLiteralExpression() argument
293 std::string literal;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/
H A Dast.h449 struct StringLiteralExpression : Expression { struct
451 StringLiteralExpression(SourcePosition pos, std::string literal) in StringLiteralExpression() function
454 void VisitAllSubExpressions(VisitCallback callback) override { in VisitAllSubExpressions()
458 std::string literal;
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Dast.h450 struct StringLiteralExpression : Expression { struct
452 StringLiteralExpression(SourcePosition pos, std::string literal) in StringLiteralExpression() function
455 void VisitAllSubExpressions(VisitCallback callback) override { in VisitAllSubExpressions()
459 std::string literal;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/
H A Dast.h450 struct StringLiteralExpression : Expression { struct
452 StringLiteralExpression(SourcePosition pos, std::string literal) in StringLiteralExpression() function
455 void VisitAllSubExpressions(VisitCallback callback) override { in VisitAllSubExpressions()
459 std::string literal;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Tooling/Syntax/
H A DNodes.h50 StringLiteralExpression, enumerator
305 StringLiteralExpression() : Expression(NodeKind::StringLiteralExpression) {} in StringLiteralExpression() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Tooling/Syntax/
H A DNodes.h50 StringLiteralExpression, enumerator
305 StringLiteralExpression() : Expression(NodeKind::StringLiteralExpression) {} in StringLiteralExpression() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Tooling/Syntax/
H A DNodes.h261 StringLiteralExpression() in StringLiteralExpression() function