Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h976 unsigned getNumPotentialVariableCaptures() const { in getNumPotentialVariableCaptures() function
981 return getNumPotentialVariableCaptures() || in hasPotentialCaptures()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp237 assert(Idx < getNumPotentialVariableCaptures() && in getPotentialVariableCapture()
H A DSemaExprCXX.cpp7429 CurrentLSI->getNumPotentialVariableCaptures(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()