Lines Matching defs:Mode
5751 // In Microsoft mode, a user-declared move only causes the deletion of the
5830 // We should delete the special member in CUDA mode if target inference
8355 // Don't provide a fixit outside C++11 mode; we don't want to suggest
10070 // In Microsoft mode, assignment operations don't affect constructors and
11933 int Mode = 0; // 0 for direct type, 1 for pointer, 2 for reference
11937 Mode = 1;
11942 Mode = 2;
11945 if (!Invalid && (Mode == 0 || !BaseType->isVoidType()) &&