Searched refs:ExpressionStarts (Results 1 – 3 of 3) sorted by relevance
3552 llvm::function_ref<void()> ExpressionStarts, in ParseExpressionList() argument3557 if (ExpressionStarts) in ParseExpressionList()3558 ExpressionStarts(); in ParseExpressionList()
2656 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local2662 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()2665 bool SawError = ParseExpressionList(Exprs, ExpressionStarts); in ParseDeclarationAfterDeclaratorAndAttributes()
1874 llvm::function_ref<void()> ExpressionStarts =