Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp134 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef()
273 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()
531 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
H A DParseObjc.cpp2661 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens()
3646 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1346 struct LexedMethod : public LateParsedDeclaration { struct
1351 explicit LexedMethod(Parser *P, Decl *MD) : Self(P), D(MD) {} in LexedMethod() argument
1572 void ParseLexedMethodDef(LexedMethod &LM);
1575 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
1692 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;