Home
last modified time | relevance | path

Searched refs:isVariableCapture (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h565 bool isVariableCapture() const { in isVariableCapture() function
594 assert(isVariableCapture()); in getVariable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1404 assert(Capture.isVariableCapture() && "not a variable capture"); in performLambdaVarCaptureInitialization()
H A DSemaDecl.cpp6954 if (Capture.isVariableCapture() && Capture.getVariable() == VD) in getCaptureLocation()