Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp3627 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1282 virtual void ParseLexedMethodDeclarations();
1296 void ParseLexedMethodDeclarations() override;
1401 void ParseLexedMethodDeclarations() override;
1587 void ParseLexedMethodDeclarations(ParsingClass &Class);