Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp2323 Expr *CaptureExpr, bool WithInit,
2843 bool WithInit);
4628 Expr *CaptureExpr, bool WithInit, in buildCaptureDecl() argument
4646 WithInit = true; in buildCaptureDecl()
4650 if (!WithInit) in buildCaptureDecl()
4659 bool WithInit) { in buildCapture() argument
4664 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()