clang
15.0.0git
|
#include "clang/AST/ASTLambda.h"
Go to the source code of this file.
Namespaces | |
clang | |
clang::sema | |
Functions | |
Optional< unsigned > | clang::getStackIndexOfNearestEnclosingCaptureCapableLambda (ArrayRef< const sema::FunctionScopeInfo * > FunctionScopes, VarDecl *VarToCapture, Sema &S) |
Examines the FunctionScopeInfo stack to determine the nearest enclosing lambda (to the current lambda) that is 'capture-capable' for the variable referenced in the current lambda (i.e. More... | |
This file provides some common utility functions for processing Lambdas.
Definition in file SemaLambda.h.