Searched refs:ExpressionStarts (Results 1 – 3 of 3) sorted by relevance
3327 llvm::function_ref<void()> ExpressionStarts) { in ParseExpressionList() argument3330 if (ExpressionStarts) in ParseExpressionList()3331 ExpressionStarts(); in ParseExpressionList()
2401 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local2407 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()2409 if (ParseExpressionList(Exprs, CommaLocs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
1814 llvm::function_ref<void()> ExpressionStarts =