Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp233 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {} in ParseLexedMethodDefs() function in Parser::LateParsedDeclaration
250 void Parser::LateParsedClass::ParseLexedMethodDefs() { in ParseLexedMethodDefs() function in Parser::LateParsedClass
251 Self->ParseLexedMethodDefs(*Class); in ParseLexedMethodDefs()
258 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs() function in Parser::LexedMethod
473 void Parser::ParseLexedMethodDefs(ParsingClass &Class) { in ParseLexedMethodDefs() function in Parser
486 Class.LateParsedDeclarations[i]->ParseLexedMethodDefs(); in ParseLexedMethodDefs()
DParseDeclCXX.cpp3040 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
/external/clang/include/clang/Parse/
DParser.h881 virtual void ParseLexedMethodDefs();
894 void ParseLexedMethodDefs() override;
951 void ParseLexedMethodDefs() override;
1178 void ParseLexedMethodDefs(ParsingClass &Class);