Home | History | Annotate | Download | only in Sema

Lines Matching defs:Start

1724   unsigned Start = 0;
1727 Start = I - 1;
1733 for (unsigned I = Start, E = Path.size(); I != E; ++I)
4342 // FIXME: caret should be on the start of the class name
7329 /// ActOnStartNamespaceDef - This is called at the start of a namespace
12108 // Literal suffix identifiers that do not start with an underscore
13072 // C++11 [basic.start.main]p3: