Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h982 struct LexedMethod : public LateParsedDeclaration { struct
992 explicit LexedMethod(Parser* P, Decl *MD) in LexedMethod() argument
/external/llvm-project/clang/include/clang/Parse/
DParser.h1326 struct LexedMethod : public LateParsedDeclaration { struct
1331 explicit LexedMethod(Parser *P, Decl *MD) : Self(P), D(MD) {} in LexedMethod() function