Home
last modified time | relevance | path

Searched defs:LexedMethod (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1364 struct LexedMethod : public LateParsedDeclaration { struct
1369 explicit LexedMethod(Parser *P, Decl *MD) : Self(P), D(MD) {} in LexedMethod() argument