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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp142 LexedMethod* LM = new LexedMethod(this, FnD);
266 void Parser::LexedMethod::ParseLexedMethodDefs() {
400 void Parser::ParseLexedMethodDef(LexedMethod &LM) {
H A DParseObjc.cpp1976 LexedMethod* LM = new LexedMethod(this, MDecl);
2915 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h836 struct LexedMethod : public LateParsedDeclaration { struct in class:clang::Parser
846 explicit LexedMethod(Parser* P, Decl *MD) function in struct:clang::Parser::LexedMethod
1087 void ParseLexedMethodDef(LexedMethod &LM);
1090 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
1161 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;

Completed in 238 milliseconds