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

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp133 LexedMethod* LM = new LexedMethod(this, FnD);
246 void Parser::LexedMethod::ParseLexedMethodDefs() {
365 void Parser::ParseLexedMethodDef(LexedMethod &LM) {
H A DParseObjc.cpp1876 LexedMethod* LM = new LexedMethod(this, MDecl);
2521 Decl *Parser::ParseLexedObjCMethodDefs(LexedMethod &LM) {
/external/clang/include/clang/Parse/
H A DParser.h789 struct LexedMethod : public LateParsedDeclaration { struct in class:clang::Parser
799 explicit LexedMethod(Parser* P, Decl *MD) function in struct:clang::Parser::LexedMethod
1138 void ParseLexedMethodDef(LexedMethod &LM);
1141 Decl *ParseLexedObjCMethodDefs(LexedMethod &LM);
1201 typedef SmallVector<LexedMethod*, 2> LateParsedObjCMethodContainer;

Completed in 2285 milliseconds