Home | History | Annotate | Download | only in AST

Lines Matching refs:Expression

1321 /// \brief Get the copy initialization expression of VarDecl,or NULL if 
1332 /// \brief Set the copy inialization expression of a block var decl.
1862 // that have an expression provided for their size.
2190 // expression.
2885 /// TypeOfExprType AST's (since expression's are never shared). For example,
2940 // If an expression e involves a template parameter, decltype(e) denotes a
3316 case TemplateArgument::Expression:
5447 /// the conditional expression involving two objective-c pointer objects.
5849 // C++ [expr]: If an expression initially has the type "reference to T", the
5850 // type is adjusted to "T" prior to any further analysis, the expression
5852 // expression is an lvalue unless the reference is an rvalue reference and
5853 // the expression is a function call (possibly inside parentheses).
6279 /// to be an Integer Constant Expression.