Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunctionScopeInfo

27 /// \brief Examines the FunctionScopeInfo stack to determine the nearest
30 /// If successful, returns the index into Sema's FunctionScopeInfo stack
52 /// \param FunctionScopes - Sema's stack of nested FunctionScopeInfo's (which a
58 /// the index (into Sema's FunctionScopeInfo stack) of the innermost lambda
64 ArrayRef<const clang::sema::FunctionScopeInfo *> FunctionScopes,
135 /// \brief Examines the FunctionScopeInfo stack to determine the nearest
138 /// If successful, returns the index into Sema's FunctionScopeInfo stack
158 /// \param FunctionScopes - Sema's stack of nested FunctionScopeInfo's (which a
166 /// the index (into Sema's FunctionScopeInfo stack) of the innermost lambda
171 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes,