Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp224 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()
247 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
263 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
283 Class.LateParsedDeclarations[i]->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
H A DParseDeclCXX.cpp3297 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1090 virtual void ParseLexedMethodDeclarations();
1103 void ParseLexedMethodDeclarations() override;
1193 void ParseLexedMethodDeclarations() override;
1387 void ParseLexedMethodDeclarations(ParsingClass &Class);