Race Result Details |
Racer | Hurricane (zdisuk) |
Race Number | 1 |
Date | Sat, 9 Dec 2023 11:24:02 |
Universe | code |
Speed |
31 WPM
![]() |
Accuracy | 91.4% |
Rank | 1st place (out of 2) |
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)
|