Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp2016 VarDecl *CapVar = VarDecl::Create(Context, Block, ConvLocation, in BuildBlockForLambdaConversion() local
2020 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp460 VarDecl *CapVar = nullptr; in emitOutlinedFunctionPrologue() local
473 CapVar = I->getCapturedVar(); in emitOutlinedFunctionPrologue()
474 II = CapVar->getIdentifier(); in emitOutlinedFunctionPrologue()
484 if (CapVar && (CapVar->getTLSKind() != clang::VarDecl::TLS_None)) { in emitOutlinedFunctionPrologue()
488 } else if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()
491 CapVar ? CapVar->getBeginLoc() : FD->getBeginLoc(), in emitOutlinedFunctionPrologue()
492 CapVar ? CapVar->getLocation() : FD->getLocation(), II, ArgType, in emitOutlinedFunctionPrologue()