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.cpp3168 llvm::function_ref<void()> ExpressionStarts, in ParseExpressionList() argument
3172 if (ExpressionStarts) in ParseExpressionList()
3173 ExpressionStarts(); in ParseExpressionList()
H A DParseDecl.cpp2664 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local
2670 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()
2673 bool SawError = ParseExpressionList(Exprs, ExpressionStarts); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h4187 llvm::function_ref<void()> ExpressionStarts =