HomeSort by: relevance | last modified time | path
    Searched refs:ParseLexedMethodDeclarations (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 222 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {}
235 void Parser::LateParsedClass::ParseLexedMethodDeclarations() {
236 Self->ParseLexedMethodDeclarations(*Class);
255 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() {
317 /// ParseLexedMethodDeclarations - We finished parsing the member
321 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) {
325 LateD->ParseLexedMethodDeclarations();
ParseDeclCXX.cpp 3428 ParseLexedMethodDeclarations(getCurrentClass());
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1247 virtual void ParseLexedMethodDeclarations();
1261 void ParseLexedMethodDeclarations() override;
1366 void ParseLexedMethodDeclarations() override;
1553 void ParseLexedMethodDeclarations(ParsingClass &Class);

Completed in 46 milliseconds