Home
last modified time | relevance | path

Searched refs:getCapture (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.h254 const Capture &getCapture(const VarDecl *var) const { in getCapture() function
255 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()
257 Capture &getCapture(const VarDecl *var) { in getCapture() function
DCGBlocks.cpp589 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()
763 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
781 BlockInfo->getCapture(variable); in EmitBlockLiteral()
1002 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1224 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1265 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1376 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction()
1549 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction()
DCGDebugInfo.cpp3095 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()
3206 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
DCGObjCMac.cpp2109 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()
2607 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildRCBlockLayout()
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
DRemoveListenerAction.java45 public boolean getCapture () { in getCapture() method in RemoveListenerAction
DAddListenerAction.java45 public boolean getCapture () { in getCapture() method in AddListenerAction
/external/clang/include/clang/Sema/
DScopeInfo.h550 Capture &getCapture(VarDecl *Var) { in getCapture() function
555 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
/external/clang/lib/Sema/
DSemaLambda.cpp1050 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
DSemaExpr.cpp12641 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
12649 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()