Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DLambdaCapture.h77 bool capturesVariable() const { in capturesVariable() function
90 return capturesVariable() && getCapturedVar()->isInitCapture(); in isInitCapture()
99 assert(capturesVariable() && "No variable available for 'this' capture"); in getCapturedVar()
H A DStmt.h2036 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable() function
2048 assert(capturesVariable() && in getCapturedVar()
2129 bool capturesVariable(const VarDecl *Var) const;
H A DDecl.h3483 bool capturesVariable(const VarDecl *var) const;
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexBody.cpp156 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
H A DCIndex.cpp2620 if (!C->capturesVariable()) in RunVisitorWorkList()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp185 if (I->capturesVariable()) { in TraverseLambdaExpr()
H A DSemaChecking.cpp7963 if (block->getBlockDecl()->capturesVariable(Variable)) in VisitBlockExpr()
8019 if (!block || !block->getBlockDecl()->capturesVariable(owner.Variable)) in findCapturingExpr()
H A DSemaOpenMP.cpp948 if (VD->isLocalVarDecl() && !CS->capturesVariable(VD)) in VisitDeclRefExpr()
H A DTreeTransform.h9247 assert(C->capturesVariable() && "unexpected kind of lambda capture"); in TransformLambdaScope()
H A DSemaDecl.cpp10197 if (C.capturesVariable()) { in RebuildLambdaScopeInfo()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1154 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
1156 if (!I.capturesVariable()) in capturesVariable()
H A DDeclCXX.cpp1034 else if (C->capturesVariable()) in getCaptureFields()
H A DDecl.cpp3727 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h185 else if (I->capturesVariable()) in Kind()
H A DCGDebugInfo.cpp867 if (C.capturesVariable()) { in CollectRecordLambdaFields()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5704 Capture.capturesVariable() ? Capture.getCapturedVar() : nullptr; in AddCXXDefinitionData()