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

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

Completed in 64 milliseconds