Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp226 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} in ParseLexedMethodDeclarations() function in Parser::LateParsedDeclaration
237 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedClass
238 Self->ParseLexedMethodDeclarations(*Class); in ParseLexedMethodDeclarations()
249 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
265 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
285 Class.LateParsedDeclarations[i]->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
HDParseDeclCXX.cpp3060 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h900 virtual void ParseLexedMethodDeclarations();
913 void ParseLexedMethodDeclarations() override;
1003 void ParseLexedMethodDeclarations() override;
1197 void ParseLexedMethodDeclarations(ParsingClass &Class);