Home | History | Annotate | Download | only in Parse

Lines Matching refs:LM

1932   LexedMethod* LM = new LexedMethod(this, MDecl);
1933 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM);
1934 CachedTokens &Toks = LM->Toks;
2862 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) {
2864 Decl *MCDecl = LM.D;
2874 assert(!LM.Toks.empty() && "ParseLexedObjCMethodDef - Empty body!");
2877 LM.Toks.push_back(Tok);
2878 PP.EnterTokenStream(LM.Toks.data(), LM.Toks.size(), true, false);