Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp2058 VarDecl *CapVar = VarDecl::Create(Context, Block, ConvLocation, in BuildBlockForLambdaConversion() local
2062 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp461 VarDecl *CapVar = nullptr; in emitOutlinedFunctionPrologue() local
474 CapVar = I->getCapturedVar(); in emitOutlinedFunctionPrologue()
475 II = CapVar->getIdentifier(); in emitOutlinedFunctionPrologue()
485 if (CapVar && (CapVar->getTLSKind() != clang::VarDecl::TLS_None)) { in emitOutlinedFunctionPrologue()
489 } else if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()
492 CapVar ? CapVar->getBeginLoc() : FD->getBeginLoc(), in emitOutlinedFunctionPrologue()
493 CapVar ? CapVar->getLocation() : FD->getLocation(), II, ArgType, in emitOutlinedFunctionPrologue()