Race Result Details |
Racer | Knight_Oikos (knight_oikos) |
Race Number | 154 |
Date | Wed, 13 Dec 2023 6:47:10 |
Universe | code |
Speed |
52 WPM
![]() |
Accuracy | 94.2% |
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)
|