Race Result Details |
Racer | Andrés (andresmosquera) |
Race Number | 11 |
Date | Fri, 8 Dec 2023 21:24:47 |
Universe | code |
Speed |
31 WPM
![]() |
Accuracy | 92.8% |
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)
|