Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp269 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()
342 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp2246 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1379 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct
1380 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument
1570 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);