Race Result Details |
Racer | tinywyrm (tinywyrm) |
Race Number | 1 |
Date | Wed, 13 Dec 2023 22:02:18 |
Universe | code |
Speed |
50 WPM
![]() |
Accuracy | 97.4% |
Rank | 1st 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)
|