Home
last modified time | relevance | path

Searched refs:ExpressionStarts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3652 llvm::function_ref<void()> ExpressionStarts, in ParseExpressionList() argument
3657 if (ExpressionStarts) in ParseExpressionList()
3658 ExpressionStarts(); in ParseExpressionList()
H A DParseDecl.cpp2851 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local
2857 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()
2860 bool SawError = ParseExpressionList(Exprs, ExpressionStarts); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1930 llvm::function_ref<void()> ExpressionStarts =