Home
last modified time | relevance | path

Searched refs:capturesVariable (Results 1 – 13 of 13) sorted by relevance

/external/clang/tools/libclang/
DIndexBody.cpp156 if (C.capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
DCIndex.cpp2424 if (!C->capturesVariable()) in RunVisitorWorkList()
/external/clang/lib/AST/
DStmt.cpp1107 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
1110 if (!I->capturesVariable()) in capturesVariable()
DDeclCXX.cpp945 else if (C->capturesVariable()) in getCaptureFields()
DDecl.cpp3340 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp185 if (I->capturesVariable()) { in TraverseLambdaExpr()
DSemaChecking.cpp6509 if (block->getBlockDecl()->capturesVariable(Variable)) in VisitBlockExpr()
6550 if (!block || !block->getBlockDecl()->capturesVariable(owner.Variable)) in findCapturingExpr()
DTreeTransform.h8297 assert(C->capturesVariable() && "unexpected kind of lambda capture"); in TransformLambdaScope()
/external/clang/include/clang/AST/
DStmt.h1956 bool capturesVariable() const { return getCaptureKind() != VCK_This; } in capturesVariable() function
2042 bool capturesVariable(const VarDecl *Var) const;
DExprCXX.h1400 bool capturesVariable() const { in capturesVariable() function
1413 assert(capturesVariable() && "No variable available for 'this' capture"); in getCapturedVar()
DDecl.h3235 bool capturesVariable(const VarDecl *var) const;
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp844 if (C.capturesVariable()) { in CollectRecordLambdaFields()
/external/clang/lib/Serialization/
DASTWriter.cpp5113 Capture.capturesVariable() ? Capture.getCapturedVar() : 0; in AddCXXDefinitionData()