Searched defs:FunctionScopes (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaLambda.cpp | 69 getStackIndexOfNearestEnclosingCaptureReadyLambda(ArrayRef<const clang::sema::FunctionScopeInfo * > FunctionScopes,ValueDecl * VarToCapture) getStackIndexOfNearestEnclosingCaptureReadyLambda() argument |
H A D | SemaExprCXX.cpp | 1116 adjustCVQualifiersForCXXThisWithinLambda(ArrayRef<FunctionScopeInfo * > FunctionScopes,QualType ThisTy,DeclContext * CurSemaContext,ASTContext & ASTCtx) adjustCVQualifiersForCXXThisWithinLambda() argument |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Sema.h | 939 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes; global() variable |