Searched refs:LexedMethod (Results 1 – 3 of 3) sorted by relevance
180 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef()319 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()595 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
2719 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens()3703 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs()
1429 struct LexedMethod : public LateParsedDeclaration { struct1434 explicit LexedMethod(Parser *P, Decl *MD) : Self(P), D(MD) {} in LexedMethod() argument1661 void ParseLexedMethodDef(LexedMethod &LM);1664 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);1783 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;