Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2351 Expr *CaptureExpr, bool WithInit,
2878 bool WithInit);
4433 Expr *CaptureExpr, bool WithInit, in buildCaptureDecl() argument
4451 WithInit = true; in buildCaptureDecl()
4455 if (!WithInit) in buildCaptureDecl()
4464 bool WithInit) { in buildCapture() argument
4469 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()