Searched refs:capturesCXXThis (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp351 layout.reserve(block->capturesCXXThis() +
357 if (block->capturesCXXThis()) {
736 if (blockDecl->capturesCXXThis()) {
1174 if (blockDecl->capturesCXXThis()) {
H A DCGDebugInfo.cpp2921 if (blockDecl->capturesCXXThis()) {
/external/clang/include/clang/AST/
H A DDecl.h3228 bool capturesCXXThis() const { return CapturesCXXThis; }
3240 bool capturesCXXThis);
/external/clang/lib/AST/
H A DDecl.cpp3321 bool capturesCXXThis) {
3322 CapturesCXXThis = capturesCXXThis;
3318 setCaptures(ASTContext &Context, const Capture *begin, const Capture *end, bool capturesCXXThis) argument
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1013 bool capturesCXXThis = Record[Idx++]; local
1027 captures.end(), capturesCXXThis);
H A DASTWriterDecl.cpp818 Record.push_back(D->capturesCXXThis());
/external/clang/lib/Sema/
H A DTreeTransform.h9185 assert(oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured());

Completed in 108 milliseconds