Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp247 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()
291 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp2147 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1188 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct
1189 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument
1388 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);