Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp235 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} in ParseLexedMethodDeclarations() function in Parser::LateParsedDeclaration
246 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedClass
247 Self->ParseLexedMethodDeclarations(*Class); in ParseLexedMethodDeclarations()
258 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
274 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
294 Class.LateParsedDeclarations[i]->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
DParseDeclCXX.cpp3131 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/external/clang/include/clang/Parse/
DParser.h923 virtual void ParseLexedMethodDeclarations();
936 void ParseLexedMethodDeclarations() override;
1026 void ParseLexedMethodDeclarations() override;
1220 void ParseLexedMethodDeclarations(ParsingClass &Class);