Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp237 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {} in ParseLexedMethodDefs() function in Parser::LateParsedDeclaration
254 void Parser::LateParsedClass::ParseLexedMethodDefs() { in ParseLexedMethodDefs() function in Parser::LateParsedClass
255 Self->ParseLexedMethodDefs(*Class); in ParseLexedMethodDefs()
262 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs() function in Parser::LexedMethod
477 void Parser::ParseLexedMethodDefs(ParsingClass &Class) { in ParseLexedMethodDefs() function in Parser
490 Class.LateParsedDeclarations[i]->ParseLexedMethodDefs(); in ParseLexedMethodDefs()
DParseDeclCXX.cpp3137 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
/external/clang/include/clang/Parse/
DParser.h925 virtual void ParseLexedMethodDefs();
938 void ParseLexedMethodDefs() override;
995 void ParseLexedMethodDefs() override;
1222 void ParseLexedMethodDefs(ParsingClass &Class);