Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLambda.cpp64 ArrayRef<const clang::sema::FunctionScopeInfo *> FunctionScopes, in getStackIndexOfNearestEnclosingCaptureReadyLambda()
174 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp1076 ArrayRef<FunctionScopeInfo *> FunctionScopes, QualType ThisTy, in adjustCVQualifiersForCXXThisWithinLambda()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h785 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes; variable