Home | History | Annotate | Download | only in Parse

Lines Matching full:pseudo

166 /// pseudo-destructor name. In this case, the flag will be set false
516 // indicates a potential pseudo-destructor.
1260 /// \brief Parse a C++ pseudo-destructor expression after the base,
1265 /// postfix-expression . pseudo-destructor-name
1266 /// postfix-expression -> pseudo-destructor-name
1268 /// pseudo-destructor-name:
1279 // We're parsing either a pseudo-destructor-name or a dependent
1281 // pseudo-destructor-name. We parse both in the same way and let
1296 // store it in the pseudo-dtor node (to be used when instantiating it).
2709 /// pseudo-functions that allow implementation of the TR1/C++0x type traits
2737 /// pseudo-functions that allow implementation of the TR1/C++0x type traits
2774 /// \brief Parse the built-in type-trait pseudo-functions that allow
2827 /// pseudo-functions.
2871 /// pseudo-functions like __is_lvalue_expr( xxx ).