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

/external/clang/include/clang/AST/
H A DLambdaCapture.h74 bool capturesVariable() const { function in class:clang::LambdaCapture
80 return capturesVariable() && getCapturedVar()->isInitCapture();
89 assert(capturesVariable() && "No variable available for 'this' capture");
H A DStmt.h2019 bool capturesVariable() const { return getCaptureKind() != VCK_This; } function in class:clang::CapturedStmt::Capture
2105 bool capturesVariable(const VarDecl *Var) const;
H A DDecl.h3381 bool capturesVariable(const VarDecl *var) const;
/external/clang/tools/libclang/
H A DIndexBody.cpp156 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
H A DCIndex.cpp2507 if (!C->capturesVariable())
/external/clang/lib/AST/
H A DStmt.cpp1100 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { function in class:CapturedStmt
1102 if (!I.capturesVariable())
H A DDeclCXX.cpp1027 else if (C->capturesVariable())
H A DDecl.cpp3618 bool BlockDecl::capturesVariable(const VarDecl *variable) const { function in class:BlockDecl
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp185 if (I->capturesVariable()) {
H A DSemaOpenMP.cpp844 if (VD->isLocalVarDecl() && !CS->capturesVariable(VD))
H A DTreeTransform.h8816 assert(C->capturesVariable() && "unexpected kind of lambda capture");
H A DSemaDecl.cpp9830 if (C.capturesVariable()) {
/external/clang/lib/CodeGen/
H A DCGStmt.cpp2068 if (C.capturesVariable()) {
H A DCGDebugInfo.cpp839 if (C.capturesVariable()) {
/external/clang/lib/Serialization/
H A DASTWriter.cpp5408 Capture.capturesVariable() ? Capture.getCapturedVar() : nullptr;

Completed in 302 milliseconds