Searched refs:CapVar (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1701 VarDecl *CapVar = VarDecl::Create(Context, Block, ConvLocation, in BuildBlockForLambdaConversion() local 1705 BlockDecl::Capture Capture(/*Variable=*/CapVar, /*ByRef=*/false, in BuildBlockForLambdaConversion()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 2007 VarDecl *CapVar = VarDecl::Create(Context, Block, ConvLocation, in BuildBlockForLambdaConversion() local 2011 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 442 VarDecl *CapVar = nullptr; in emitOutlinedFunctionPrologue() local 455 CapVar = I->getCapturedVar(); in emitOutlinedFunctionPrologue() 456 II = CapVar->getIdentifier(); in emitOutlinedFunctionPrologue() 466 if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue() 469 CapVar ? CapVar->getBeginLoc() : FD->getBeginLoc(), in emitOutlinedFunctionPrologue() 470 CapVar ? CapVar->getLocation() : FD->getLocation(), II, ArgType, in emitOutlinedFunctionPrologue()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 215 VarDecl *CapVar = nullptr; in GenerateOpenMPCapturedStmtFunction() local 227 CapVar = I->getCapturedVar(); in GenerateOpenMPCapturedStmtFunction() 228 II = CapVar->getIdentifier(); in GenerateOpenMPCapturedStmtFunction()
|