Searched refs:capturesVariable (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp1102 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { function in class:CapturedStmt
1105 if (!I->capturesVariable())
H A DDeclCXX.cpp1005 else if (C->capturesVariable())
H A DDecl.cpp3471 bool BlockDecl::capturesVariable(const VarDecl *variable) const { function in class:BlockDecl
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp185 if (I->capturesVariable()) {
H A DSemaOpenMP.cpp587 if (VD->isLocalVarDecl() && !CS->capturesVariable(VD)) return;
H A DTreeTransform.h8474 assert(C->capturesVariable() && "unexpected kind of lambda capture");
H A DSemaDecl.cpp9477 if (C->capturesVariable()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1954 bool capturesVariable() const { return getCaptureKind() != VCK_This; } function in class:clang::CapturedStmt::Capture
2040 bool capturesVariable(const VarDecl *Var) const;
H A DExprCXX.h1399 bool capturesVariable() const { function in class:clang::LambdaExpr::Capture
1405 return capturesVariable() && getCapturedVar()->isInitCapture();
1414 assert(capturesVariable() && "No variable available for 'this' capture");
H A DDecl.h3305 bool capturesVariable(const VarDecl *var) const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp817 if (C.capturesVariable()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5149 Capture.capturesVariable() ? Capture.getCapturedVar() : 0;

Completed in 396 milliseconds