Home
last modified time | relevance | path

Searched refs:Capture_This (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h39 Capture_This = 0x04 enumerator
84 (DeclAndBits.getInt() & Capture_This); in capturesThis()
96 !(DeclAndBits.getInt() & Capture_This); in capturesVLAType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1230 Bits |= Capture_This; in LambdaCapture()