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

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp224 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {} function in class:Parser::LateParsedDeclaration
241 void Parser::LateParsedClass::ParseLexedMethodDefs() { function in class:Parser::LateParsedClass
242 Self->ParseLexedMethodDefs(*Class);
249 void Parser::LexedMethod::ParseLexedMethodDefs() { function in class:Parser::LexedMethod
428 /// ParseLexedMethodDefs - We finished parsing the member specification of a top
431 void Parser::ParseLexedMethodDefs(ParsingClass &Class) { function in class:Parser
442 Class.LateParsedDeclarations[i]->ParseLexedMethodDefs();

Completed in 22 milliseconds