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 | Victor (erick45642) |
Race Number | 6 |
Date | Tue, 5 Dec 2023 19:58:58 +0000 |
Universe | code |
Speed |
36 WPM
![]() |
Accuracy | 92.9% |
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; }
— LLVM Clang source code - Sema.cpp
|