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&' [...]
704 // Record if this field is the first non-literal or volatile field or base.
744 // field can be moved if it's const or volatile qualified.
745 if (T.getCVRQualifiers() & (Qualifiers::Const | Qualifiers::Volatile)) {
862 // of type 'const M&' or 'const volatile M&'.
871 // parameter is of type 'const M&', 'const volatile M&' or 'M'.
1477 // type X, X&, const X&, volatile X& or const volatile X&.
1498 // X&&, const X&&, volatile X&&, or const volatile X&&.
1542 // if the member function is declared volatile, the type of this is
1543 // volatile X*, and if the member function is declared const volatile,
1544 // the type of this is const volatile X*.
1743 // if its first parameter is of type X&, const X&, volatile X& or
1744 // const volatile X&, and either there are no other parameters
1748 // first parameter is of type X&&, const X&&, volatile X&&, or
1749 // const volatile X&&, and either there are no other parameters or else