Home
last modified time | relevance | path

Searched defs:FunctionScopes (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp64 ArrayRef<const clang::sema::FunctionScopeInfo *> FunctionScopes, in getStackIndexOfNearestEnclosingCaptureReadyLambda()
171 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h374 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes; variable