Searched defs:FunctionScopes (Results 1 – 6 of 6) sorted by relevance
| /external/clang/lib/Sema/ |
| D | SemaLambda.cpp | 64 ArrayRef<const clang::sema::FunctionScopeInfo *> FunctionScopes, in getStackIndexOfNearestEnclosingCaptureReadyLambda() 171 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
|
| D | SemaExprCXX.cpp | 876 ArrayRef<FunctionScopeInfo *> FunctionScopes, QualType ThisTy, in adjustCVQualifiersForCXXThisWithinLambda()
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaLambda.cpp | 64 ArrayRef<const clang::sema::FunctionScopeInfo *> FunctionScopes, in getStackIndexOfNearestEnclosingCaptureReadyLambda() 174 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
|
| D | SemaExprCXX.cpp | 1059 ArrayRef<FunctionScopeInfo *> FunctionScopes, QualType ThisTy, in adjustCVQualifiersForCXXThisWithinLambda()
|
| /external/clang/include/clang/Sema/ |
| D | Sema.h | 466 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes; variable
|
| /external/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 674 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes; variable
|