Race Result Details |
Racer | Amine (amine237) |
Race Number | 17 |
Date | Tue, 12 Dec 2023 23:48:10 |
Universe | code |
Speed |
29 WPM
![]() |
Accuracy | 99.1% |
Rank | 3rd place (out of 3) |
Text typed:
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclContext *DC = getFunctionLevelDeclContext(); if (isa<ObjCMethodDecl>(DC) || isa<FunctionDecl>(DC)) return cast<NamedDecl>(DC); return nullptr; }
— (software)
by LLVM Project
(see stats)
|