Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp69 getStackIndexOfNearestEnclosingCaptureReadyLambda(ArrayRef<const clang::sema::FunctionScopeInfo * > FunctionScopes,ValueDecl * VarToCapture) getStackIndexOfNearestEnclosingCaptureReadyLambda() argument
180 getStackIndexOfNearestEnclosingCaptureCapableLambda(ArrayRef<const sema::FunctionScopeInfo * > FunctionScopes,ValueDecl * VarToCapture,Sema & S) getStackIndexOfNearestEnclosingCaptureCapableLambda() argument
[all...]
H A DSemaExprCXX.cpp1116 adjustCVQualifiersForCXXThisWithinLambda(ArrayRef<FunctionScopeInfo * > FunctionScopes,QualType ThisTy,DeclContext * CurSemaContext,ASTContext & ASTCtx) adjustCVQualifiersForCXXThisWithinLambda() argument
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSema.h939 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes; global() variable