Home | History | Annotate | Download | only in AST

Lines Matching refs:Volatile

219         //   'const B&' or 'const volatile B&' [...]
308 // B&', 'const volatile B&', or 'B' [...]
316 // 'const B&' or 'const volatile B&' [...]
705 // Record if this field is the first non-literal or volatile field or base.
745 // field can be moved if it's const or volatile qualified.
746 if (T.getCVRQualifiers() & (Qualifiers::Const | Qualifiers::Volatile)) {
863 // of type 'const M&' or 'const volatile M&'.
872 // parameter is of type 'const M&', 'const volatile M&' or 'M'.
1524 // type X, X&, const X&, volatile X& or const volatile X&.
1545 // X&&, const X&&, volatile X&&, or const volatile X&&.
1589 // if the member function is declared volatile, the type of this is
1590 // volatile X*, and if the member function is declared const volatile,
1591 // the type of this is const volatile X*.
1794 // if its first parameter is of type X&, const X&, volatile X& or
1795 // const volatile X&, and either there are no other parameters
1799 // first parameter is of type X&&, const X&&, volatile X&&, or
1800 // const volatile X&&, and either there are no other parameters or else