Home | History | Annotate | Download | only in Sema

Lines Matching refs:FuncDecl

1271           if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee())
1272 if (!FuncDecl->isTrivial())
1277 Diag(FuncDecl->getLocStart(),
1278 diag::note_callee_decl) << FuncDecl;