Home
last modified time | relevance | path

Searched defs:body_range (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dast-source-ranges.h99 explicit CaseClauseSourceRanges(const SourceRange& body_range) in CaseClauseSourceRanges()
162 explicit IterationStatementSourceRanges(const SourceRange& body_range) in IterationStatementSourceRanges()
/external/v8/src/parsing/
Dparser-base.h5459 SourceRange body_range; in ParseDoWhileStatement() local
5495 SourceRange body_range; in ParseWhileStatement() local
5874 SourceRange body_range; in ParseForEachStatementWithDeclarations() local
5941 SourceRange body_range; in ParseForEachStatementWithoutDeclarations() local
6027 SourceRange body_range; in ParseStandardForLoop() local
6148 SourceRange body_range; in ParseForAwaitStatement() local
/external/clang/include/clang/AST/
DStmt.h579 typedef llvm::iterator_range<body_iterator> body_range; typedef