Home | History | Annotate | Download | only in Sema

Lines Matching refs:Func

231   static CheckFallThroughDiagnostics MakeForFunction(const Decl *Func) {
233 D.FuncLoc = Func->getLocation();
246 if (const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Func))
251 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(Func))