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

References

tools/clang/include/clang/Parse/Parser.h
 1442   void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  290 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) {
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2183     auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl);