Home
last modified time | relevance | path

Searched defs:GetRange (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast-source-ranges.h85 SourceRange GetRange(SourceRangeKind kind) override { in GetRange() function
103 SourceRange GetRange(SourceRangeKind kind) override { in GetRange() function
132 SourceRange GetRange(SourceRangeKind kind) override { in GetRange() function
151 SourceRange GetRange(SourceRangeKind kind) override { in GetRange() function
174 SourceRange GetRange(SourceRangeKind kind) override { in GetRange() function
190 SourceRange GetRange(SourceRangeKind kind) override { in GetRange() function
229 SourceRange GetRange(SourceRangeKind kind) override { in GetRange() function
278 SourceRange GetRange(SourceRangeKind kind) override { UNREACHABLE(); } in GetRange() function
290 SourceRange GetRange(SourceRangeKind kind) override { in GetRange() function
326 SourceRange GetRange(SourceRangeKind kind) override { in GetRange() function
[all …]
/third_party/gn/src/gn/
Dparse_tree.cc304 LocationRange AccessorNode::GetRange() const { in GetRange() function in AccessorNode
507 LocationRange BinaryOpNode::GetRange() const { in GetRange() function in BinaryOpNode
592 LocationRange BlockNode::GetRange() const { in GetRange() function in BlockNode
693 LocationRange ConditionNode::GetRange() const { in GetRange() function in ConditionNode
749 LocationRange FunctionCallNode::GetRange() const { in GetRange() function in FunctionCallNode
833 LocationRange IdentifierNode::GetRange() const { in GetRange() function in IdentifierNode
890 LocationRange ListNode::GetRange() const { in GetRange() function in ListNode
1117 LocationRange LiteralNode::GetRange() const { in GetRange() function in LiteralNode
1161 LocationRange UnaryOpNode::GetRange() const { in GetRange() function in UnaryOpNode
1203 LocationRange BlockCommentNode::GetRange() const { in GetRange() function in BlockCommentNode
[all …]
Doperators_unittest.cc38 LocationRange GetRange() const override { return LocationRange(); } in GetRange() function in __anon0235f7530111::TestParseNode
/third_party/node/deps/v8/src/compiler/
Dtypes.cc626 Type Type::GetRange() const { in GetRange() function in v8::internal::compiler::Type