Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
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
Language: English
Submitted by: muchinchai
This text has been typed 57 times:
Avg. speed: 44 WPM
Avg. accuracy: 94.9%