Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseCXXInlineMethods.cpp237 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} in ParseLexedMethodDeclarations() function in Parser::LateParsedDeclaration
248 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedClass
249 Self->ParseLexedMethodDeclarations(*Class); in ParseLexedMethodDeclarations()
260 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
276 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations() function in Parser
294 Class.LateParsedDeclarations[i]->ParseLexedMethodDeclarations(); in ParseLexedMethodDeclarations()
DParseDeclCXX.cpp2717 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h808 virtual void ParseLexedMethodDeclarations();
821 virtual void ParseLexedMethodDeclarations();
910 virtual void ParseLexedMethodDeclarations();
1104 void ParseLexedMethodDeclarations(ParsingClass &Class);