Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp255 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()
328 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp2214 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1362 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct
1363 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() function
1554 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);