Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp222 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} in ParseLexedMethodDeclarations() function in Parser::LateParsedDeclaration
235 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedClass
236 Self->ParseLexedMethodDeclarations(*Class); in ParseLexedMethodDeclarations()
255 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
321 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
325 LateD->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
H A DParseDeclCXX.cpp3519 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1248 virtual void ParseLexedMethodDeclarations();
1262 void ParseLexedMethodDeclarations() override;
1367 void ParseLexedMethodDeclarations() override;
1554 void ParseLexedMethodDeclarations(ParsingClass &Class);