Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLambda.cpp2013 VarDecl *CapVar = VarDecl::Create(Context, Block, ConvLocation, in BuildBlockForLambdaConversion() local
2017 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp458 VarDecl *CapVar = nullptr; in emitOutlinedFunctionPrologue() local
471 CapVar = I->getCapturedVar(); in emitOutlinedFunctionPrologue()
472 II = CapVar->getIdentifier(); in emitOutlinedFunctionPrologue()
482 if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()
485 CapVar ? CapVar->getBeginLoc() : FD->getBeginLoc(), in emitOutlinedFunctionPrologue()
486 CapVar ? CapVar->getLocation() : FD->getLocation(), II, ArgType, in emitOutlinedFunctionPrologue()