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.h128 explicit CaseClauseSourceRanges(const SourceRange& body_range) in CaseClauseSourceRanges()
225 explicit IterationStatementSourceRanges(const SourceRange& body_range) in IterationStatementSourceRanges()
/external/v8/src/parsing/
Dparser-base.h5469 SourceRange body_range; in ParseDoWhileStatement() local
5508 SourceRange body_range; in ParseWhileStatement() local
5925 SourceRange body_range; in ParseForEachStatementWithDeclarations() local
5980 SourceRange body_range; in ParseForEachStatementWithoutDeclarations() local
6070 SourceRange body_range; in ParseStandardForLoop() local
6185 SourceRange body_range; in ParseForAwaitStatement() local
/external/clang/include/clang/AST/
DStmt.h579 typedef llvm::iterator_range<body_iterator> body_range; typedef