Record your races with a typeracer account:
Create Your Account- Save your race history and scores.
- Customize your profile and racecar.
- It’s free, why not?
Race Result Details |
Racer | (poke1) |
Race Number | 47 |
Date | Sat, 8 Jun 2024 19:28:05 +0000 |
Universe | code |
Speed | 98 WPM Try to beat? |
Accuracy | 98.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; }
— LLVM Clang source code - Sema.cpp
(software)
by LLVM Project
(see stats)
|