Home
last modified time | relevance | path

Searched defs:capturesVariable (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DLambdaCapture.h88 bool capturesVariable() const { in capturesVariable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DLambdaCapture.h88 bool capturesVariable() const { in capturesVariable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DLambdaCapture.h88 bool capturesVariable() const { in capturesVariable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DLambdaCapture.h88 bool capturesVariable() const { in capturesVariable() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DLambdaCapture.h89 bool capturesVariable() const { in capturesVariable() function
H A DStmt.h2046 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable() function
/aosp_15_r20/external/clang/lib/AST/
H A DStmt.cpp1107 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
H A DDecl.cpp3900 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl