Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp225 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()
253 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
273 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
293 Class.LateParsedDeclarations[i]->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
HDParseDeclCXX.cpp3367 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h1162 virtual void ParseLexedMethodDeclarations();
1176 void ParseLexedMethodDeclarations() override;
1288 void ParseLexedMethodDeclarations() override;
1482 void ParseLexedMethodDeclarations(ParsingClass &Class);