Searched refs:ExpressionStarts (Results 1 – 3 of 3) sorted by relevance
3432 llvm::function_ref<void()> ExpressionStarts, in ParseExpressionList() argument3437 if (ExpressionStarts) in ParseExpressionList()3438 ExpressionStarts(); in ParseExpressionList()
2516 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local2522 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()2524 if (ParseExpressionList(Exprs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
1849 llvm::function_ref<void()> ExpressionStarts =