Searched refs:LexedMethod (Results 1 – 3 of 3) sorted by relevance
136 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef()275 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()534 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
2720 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens()3704 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs()
1384 struct LexedMethod : public LateParsedDeclaration { struct1389 explicit LexedMethod(Parser *P, Decl *MD) : Self(P), D(MD) {} in LexedMethod() argument1610 void ParseLexedMethodDef(LexedMethod &LM);1613 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);1732 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;