Searched defs:body_range (Results 1 – 3 of 3) sorted by relevance
128 explicit CaseClauseSourceRanges(const SourceRange& body_range) in CaseClauseSourceRanges()225 explicit IterationStatementSourceRanges(const SourceRange& body_range) in IterationStatementSourceRanges()
5469 SourceRange body_range; in ParseDoWhileStatement() local5508 SourceRange body_range; in ParseWhileStatement() local5925 SourceRange body_range; in ParseForEachStatementWithDeclarations() local5980 SourceRange body_range; in ParseForEachStatementWithoutDeclarations() local6070 SourceRange body_range; in ParseStandardForLoop() local6185 SourceRange body_range; in ParseForAwaitStatement() local
579 typedef llvm::iterator_range<body_iterator> body_range; typedef