Home | History | Annotate | Download | only in Sema

Lines Matching defs:Ext

1410   // C++11 [lex.ext]p5: The literal L is treated as a call of the form
2683 // C++11 [lex.ext]p6: The literal L is treated as a call of the form
2765 // C++11 [lex.ext]p4: If S contains a literal operator with parameter type
2770 // C++11 [lex.ext]p3: If S contains a literal operator with parameter type
2806 // C++11 [lit.ext]p3, p4: If S contains a raw literal operator, the
2822 // C++11 [lit.ext]p3, p4: Otherwise (S contains a literal operator
6173 // Handle the case of an ext vector and scalar.
6199 // Vectors of different size or scalar and non-ext-vector are errors.
9661 FunctionType::ExtInfo Ext = FTy->getExtInfo();
9662 if (NoReturn && !Ext.getNoReturn()) Ext = Ext.withNoReturn(true);
9667 EPI.ExtInfo = Ext;
9681 EPI.ExtInfo = Ext;