Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp231 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} in ParseLexedMethodDeclarations() function in Parser::LateParsedDeclaration
242 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedClass
243 Self->ParseLexedMethodDeclarations(*Class); in ParseLexedMethodDeclarations()
254 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
270 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
290 Class.LateParsedDeclarations[i]->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
DParseDeclCXX.cpp3034 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/external/clang/include/clang/Parse/
DParser.h879 virtual void ParseLexedMethodDeclarations();
892 void ParseLexedMethodDeclarations() override;
982 void ParseLexedMethodDeclarations() override;
1176 void ParseLexedMethodDeclarations(ParsingClass &Class);