Searched refs:ExpressionStarts (Results 1 – 3 of 3) sorted by relevance
3396 llvm::function_ref<void()> ExpressionStarts, in ParseExpressionList() argument3401 if (ExpressionStarts) in ParseExpressionList()3402 ExpressionStarts(); in ParseExpressionList()
2498 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local2504 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()2506 if (ParseExpressionList(Exprs, CommaLocs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
1832 llvm::function_ref<void()> ExpressionStarts =