Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExpr.cpp3117 llvm::function_ref<void()> ExpressionStarts) { in ParseExpressionList() argument
3120 if (ExpressionStarts) in ParseExpressionList()
3121 ExpressionStarts(); in ParseExpressionList()
HDParseDecl.cpp2424 llvm::function_ref<void()> ExpressionStarts; in ParseDeclarationAfterDeclaratorAndAttributes() local
2430 ExpressionStarts = SetPreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()
2432 if (ParseExpressionList(Exprs, CommaLocs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h1764 llvm::function_ref<void()> ExpressionStarts =