Searched defs:LexedMethod (Results 1 – 2 of 2) sorted by relevance
982 struct LexedMethod : public LateParsedDeclaration { struct992 explicit LexedMethod(Parser* P, Decl *MD) in LexedMethod() argument
1326 struct LexedMethod : public LateParsedDeclaration { struct1331 explicit LexedMethod(Parser *P, Decl *MD) : Self(P), D(MD) {} in LexedMethod() function