Home | History | Annotate | Download | only in Parse

Lines Matching defs:LM

1976   LexedMethod* LM = new LexedMethod(this, MDecl);
1977 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM);
1978 CachedTokens &Toks = LM->Toks;
2907 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) {
2909 Decl *MCDecl = LM.D;
2919 assert(!LM.Toks.empty() && "ParseLexedObjCMethodDef - Empty body!");
2922 LM.Toks.push_back(Tok);
2923 PP.EnterTokenStream(LM.Toks.data(), LM.Toks.size(), true, false);