Home
last modified time | relevance | path

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

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