Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp128 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef()
253 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()
479 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
H A DParseObjc.cpp1931 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens()
2872 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h938 struct LexedMethod : public LateParsedDeclaration { struct
948 explicit LexedMethod(Parser* P, Decl *MD) in LexedMethod() argument
1180 void ParseLexedMethodDef(LexedMethod &LM);
1183 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
1256 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;