Searched refs:ExpressionStarts (Results 1 – 3 of 3) sorted by relevance
3168 llvm::function_ref<void()> ExpressionStarts, in ParseExpressionList() argument3172 if (ExpressionStarts) in ParseExpressionList()3173 ExpressionStarts(); in ParseExpressionList()
2664 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local2670 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()2673 bool SawError = ParseExpressionList(Exprs, ExpressionStarts); in ParseDeclarationAfterDeclaratorAndAttributes()
4187 llvm::function_ref<void()> ExpressionStarts =