Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp236 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} in ParseLexedMethodDeclarations() function in Parser::LateParsedDeclaration
249 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedClass
250 Self->ParseLexedMethodDeclarations(*Class); in ParseLexedMethodDeclarations()
269 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
335 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
339 LateD->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
H A DParseDeclCXX.cpp3534 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1264 virtual void ParseLexedMethodDeclarations();
1278 void ParseLexedMethodDeclarations() override;
1383 void ParseLexedMethodDeclarations() override;
1569 void ParseLexedMethodDeclarations(ParsingClass &Class);