Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp424 VarDecl *CapVar = nullptr; in emitOutlinedFunctionPrologue() local
437 CapVar = I->getCapturedVar(); in emitOutlinedFunctionPrologue()
438 II = CapVar->getIdentifier(); in emitOutlinedFunctionPrologue()
448 if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()
451 CapVar ? CapVar->getBeginLoc() : FD->getBeginLoc(), in emitOutlinedFunctionPrologue()
452 CapVar ? CapVar->getLocation() : FD->getLocation(), II, ArgType, in emitOutlinedFunctionPrologue()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp1916 VarDecl *CapVar = VarDecl::Create(Context, Block, ConvLocation, in BuildBlockForLambdaConversion() local
1920 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion()