Home | History | Annotate | Download | only in Parse

Lines Matching full:parsing

1 //===--- ParseDeclCXX.cpp - C++ Declaration Parsing -----------------------===//
165 "parsing namespace");
167 // Parse the contents of the namespace. This includes parsing recovery on
467 // Parse the unqualified-id. We allow parsing of both constructor and
566 // Proceed parsing, but reset the IsTypeName flag.
985 // FIXME: Are we consistent with the ordering of parsing of different
1042 // Eat the template argument list and try to continue parsing this as
1106 // As soon as we're finished parsing the class's template-id, turn access
1537 /// \brief If the given declarator has any parts for which parsing has to be
1539 /// late-parsed method declaration record to handle the parsing at the end of
2197 "parsing struct/union/class body");
2226 // Note that we are parsing a new (potentially-nested) class definition.
2567 // Handle delayed parsing of exception-specifications.
2750 /// \brief We have just started parsing the definition of a new class,
2772 /// This routine should be called when we have finished parsing the
2779 assert(!ClassStack.empty() && "Mismatched push/pop for class parsing");