Searched defs:FunctionScopes (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp33 GetScopeIndexOfNearestCaptureReadyLambda( ArrayRef<clang::sema::FunctionScopeInfo*> FunctionScopes, DeclContext *const CurContext, VarDecl *VD) argument
97 GetInnermostEnclosingCapturableLambda( ArrayRef<sema::FunctionScopeInfo*> FunctionScopes, unsigned &FunctionScopeIndex, DeclContext *const CurContext, VarDecl *VD, Sema &S) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h298 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes; member in class:clang::Sema

Completed in 65 milliseconds