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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp260 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() {
301 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) {
H A DParseDeclCXX.cpp1792 LateParsedMethodDeclaration *LateMethod = 0;
1801 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h902 /// LateParsedMethodDeclaration - A method declaration inside a class that
906 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct in class:clang::Parser
907 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) function in struct:clang::Parser::LateParsedMethodDeclaration
1105 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);

Completed in 56 milliseconds