Searched refs:LexedMethod (Results 1 – 3 of 3) sorted by relevance
134 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef()273 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()531 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
2707 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens()3691 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs()
1364 struct LexedMethod : public LateParsedDeclaration { struct1369 explicit LexedMethod(Parser *P, Decl *MD) : Self(P), D(MD) {} in LexedMethod() argument1590 void ParseLexedMethodDef(LexedMethod &LM);1593 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);1712 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;