Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp134 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef()
259 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()
516 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
H A DParseObjc.cpp2653 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens()
3637 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1329 struct LexedMethod : public LateParsedDeclaration { struct
1334 explicit LexedMethod(Parser *P, Decl *MD) : Self(P), D(MD) {} in LexedMethod() argument
1556 void ParseLexedMethodDef(LexedMethod &LM);
1559 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
1675 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;