Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp224 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {} in ParseLexedMethodDefs() function in Parser::LateParsedDeclaration
243 void Parser::LateParsedClass::ParseLexedMethodDefs() { in ParseLexedMethodDefs() function in Parser::LateParsedClass
244 Self->ParseLexedMethodDefs(*Class); in ParseLexedMethodDefs()
259 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs() function in Parser::LexedMethod
509 void Parser::ParseLexedMethodDefs(ParsingClass &Class) { in ParseLexedMethodDefs() function in Parser
513 D->ParseLexedMethodDefs(); in ParseLexedMethodDefs()
H A DParseDeclCXX.cpp3434 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1249 virtual void ParseLexedMethodDefs();
1263 void ParseLexedMethodDefs() override;
1336 void ParseLexedMethodDefs() override;
1555 void ParseLexedMethodDefs(ParsingClass &Class);