Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp212 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} in ParseLexedMethodDeclarations() function in Parser::LateParsedDeclaration
223 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedClass
224 Self->ParseLexedMethodDeclarations(*Class); in ParseLexedMethodDeclarations()
235 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
251 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
266 Class.LateParsedDeclarations[i]->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
DParseDeclCXX.cpp2153 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/external/clang/include/clang/Parse/
DParser.h630 virtual void ParseLexedMethodDeclarations();
642 virtual void ParseLexedMethodDeclarations();
697 virtual void ParseLexedMethodDeclarations();
997 void ParseLexedMethodDeclarations(ParsingClass &Class);