Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp315 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()
388 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp2540 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1462 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct
1463 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() function
1659 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);