Home | History | Annotate | Download | only in Sema

Lines Matching full:expressions

10 //  This file implements semantic analysis for C++ lambda expressions.
241 // ignoring parens and parens-like expressions:
271 // enumerator-like expressions of type T or
284 // enumerator-like expressions.
309 /// expressions in a block are enumerator-like expressions of that
368 // and the types of the returned expressions after
376 // statements are enumerator-like expressions of some type T, where
427 // FIXME: This is a poor diagnostic for ReturnStmts without expressions.