Searched defs:body_range (Results 1 – 3 of 3) sorted by relevance
99 explicit CaseClauseSourceRanges(const SourceRange& body_range) in CaseClauseSourceRanges()162 explicit IterationStatementSourceRanges(const SourceRange& body_range) in IterationStatementSourceRanges()
5459 SourceRange body_range; in ParseDoWhileStatement() local5495 SourceRange body_range; in ParseWhileStatement() local5874 SourceRange body_range; in ParseForEachStatementWithDeclarations() local5941 SourceRange body_range; in ParseForEachStatementWithoutDeclarations() local6027 SourceRange body_range; in ParseStandardForLoop() local6148 SourceRange body_range; in ParseForAwaitStatement() local
579 typedef llvm::iterator_range<body_iterator> body_range; typedef