Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp128 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef()
253 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()
485 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
HDParseObjc.cpp2598 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens()
3554 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h959 struct LexedMethod : public LateParsedDeclaration { struct
969 explicit LexedMethod(Parser* P, Decl *MD) in LexedMethod() function
1200 void ParseLexedMethodDef(LexedMethod &LM);
1203 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
1324 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;