Searched defs:ParseLexedMethodDeclarations (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp240 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} function in class:Parser::LateParsedDeclaration
251 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { function in class:Parser::LateParsedClass
252 Self->ParseLexedMethodDeclarations(*Class);
263 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { function in class:Parser::LateParsedMethodDeclaration
275 /// ParseLexedMethodDeclarations - We finished parsing the member
279 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { function in class:Parser
294 Class.LateParsedDeclarations[i]->ParseLexedMethodDeclarations();

Completed in 64 milliseconds