Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Begin

162       for (DirectiveList::iterator I = L->begin(), E = L->end(); I != E; ++I)
171 ParseHelper(const char *Begin, const char *End)
172 : Begin(Begin), End(End), C(Begin), P(Begin), PEnd(NULL) { }
200 // When true, P marks begin-position of S in content.
202 P = std::search(C, End, S.begin(), S.end());
225 const char * const Begin; // beginning of expected content
290 PP.Diag(Pos.getLocWithOffset(PH.C-PH.Begin),
295 const char* const ContentBegin = PH.C; // mark content begin
299 PP.Diag(Pos.getLocWithOffset(PH.C-PH.Begin),
326 PP.Diag(Pos.getLocWithOffset(ContentBegin-PH.Begin),
396 for (DirectiveList::iterator I = DL.begin(), E = DL.end(); I != E; ++I) {
421 for (DirectiveList::iterator I = Left.begin(), E = Left.end(); I != E; ++I) {
427 for (II = Right.begin(), IE = Right.end(); II != IE; ++II) {
448 PrintProblem(Diags, &SourceMgr, Right.begin(), Right.end(),