Home | History | Annotate | Download | only in Sema

Lines Matching refs:FuncDecl

1186           if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee())
1187 if (!FuncDecl->isTrivial())
1192 Diag(FuncDecl->getLocStart(),
1193 diag::note_callee_decl) << FuncDecl;