reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/Parser.h
 1444   void ParseLexedMethodDef(LexedMethod &LM);
 1447   void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
 1583     typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  134   LexedMethod* LM = new LexedMethod(this, FnD);
  134   LexedMethod* LM = new LexedMethod(this, FnD);
  484 void Parser::ParseLexedMethodDef(LexedMethod &LM) {
tools/clang/lib/Parse/ParseObjc.cpp
 2646   LexedMethod* LM = new LexedMethod(this, MDecl);
 2646   LexedMethod* LM = new LexedMethod(this, MDecl);
 3629 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) {