Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2606 bool WithInit);
4301 Expr *CaptureExpr, bool WithInit, in buildCaptureDecl() argument
4318 WithInit = true; in buildCaptureDecl()
4322 if (!WithInit) in buildCaptureDecl()
4331 bool WithInit) { in buildCapture() argument
4336 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()