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

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

Completed in 370 milliseconds