Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp137 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef()
262 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()
494 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
DParseObjc.cpp2665 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens()
3619 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs()
/external/clang/include/clang/Parse/
DParser.h982 struct LexedMethod : public LateParsedDeclaration { struct
992 explicit LexedMethod(Parser* P, Decl *MD) in LexedMethod() function
1223 void ParseLexedMethodDef(LexedMethod &LM);
1226 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
1348 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;