Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp238 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} in ParseLexedMethodDeclarations() function in Parser::LateParsedDeclaration
251 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedClass
252 Self->ParseLexedMethodDeclarations(*Class); in ParseLexedMethodDeclarations()
271 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
337 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
341 LateD->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
H A DParseDeclCXX.cpp3687 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1302 virtual void ParseLexedMethodDeclarations();
1316 void ParseLexedMethodDeclarations() override;
1421 void ParseLexedMethodDeclarations() override;
1607 void ParseLexedMethodDeclarations(ParsingClass &Class);