Lines Matching defs:Out
2533 // Write the result out to stderr avoiding errs() because raw_ostreams can
3997 // Clear out the "FirstInDeclGroup" part in a declaration cursor, since we
4630 // Dig out the method definition in the associated
5314 // Attributes are annotated out-of-order, skip tokens until we reach it.
5378 // Attributes are annotated out-of-order, rewind TokIdx to when we first
5688 .Case("out", true)
5846 CXVersion Out = { -1, -1, -1 };
5848 return Out;
5850 Out.Major = In.getMajor();
5854 Out.Minor = *Minor;
5856 return Out;
5860 Out.Subminor = *Subminor;
5862 return Out;