Searched defs:capturesVariable (Results 1 - 4 of 4) 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;
/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 DDecl.cpp3618 bool BlockDecl::capturesVariable(const VarDecl *variable) const { function in class:BlockDecl

Completed in 123 milliseconds