Searched refs:LexedMethod (Results 1 – 3 of 3) sorted by relevance
135 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef()251 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()485 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
2628 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens()3610 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs()
1149 struct LexedMethod : public LateParsedDeclaration { struct1159 explicit LexedMethod(Parser* P, Decl *MD) in LexedMethod() argument1390 void ParseLexedMethodDef(LexedMethod &LM);1393 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);1529 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;