Race Result Details |
Racer | p (poke1) |
Race Number | 46 |
Date | Sat, 8 Jun 2024 19:21:15 |
Universe | code |
Speed |
92 WPM
![]() |
Accuracy | 97.3% |
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)
|