Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h792 unsigned getNumPotentialVariableCaptures() const { in getNumPotentialVariableCaptures() function
797 return getNumPotentialVariableCaptures() || in hasPotentialCaptures()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp219 assert(Idx < getNumPotentialVariableCaptures() && in getPotentialVariableCapture()
H A DSemaExprCXX.cpp5909 CurrentLSI->getNumPotentialVariableCaptures(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()