Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2606 bool WithInit);
4295 Expr *CaptureExpr, bool WithInit, in buildCaptureDecl() argument
4312 WithInit = true; in buildCaptureDecl()
4316 if (!WithInit) in buildCaptureDecl()
4325 bool WithInit) { in buildCapture() argument
4330 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()