Lines Matching defs:Function
201 // Skip function calls which are qualified with a templated class.
246 // If the exit block is unreachable, skip processing the function.
410 enum { Function, Block, Lambda } funMode;
433 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(Func))
434 isTemplateInstantiation = Function->isTemplateInstantiation();
442 D.funMode = Function;
478 if (funMode == Function) {
497 /// function that should return a value. Check that we don't fall off the end
498 /// of a noreturn function. We assume that functions and blocks not marked
533 // FIXME: Function try block
667 /// DiagUninitUse -- Helper function to produce a diagnostic for an
836 /// DiagnoseUninitializedUse -- Helper function for diagnosing uses of an
1259 Function,
1272 FunctionKind = Function;
1471 /// the lockset in deterministic order, so this function orders diagnostics
1708 // warnings on a function, method, or block.
1889 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(D))
1890 isTemplateInstantiation = Function->isTemplateInstantiation();
1991 << " average CFG blocks per function.\n"
1993 << " max CFG blocks per function.\n";
2003 << " average variables per function.\n"
2005 << " max variables per function.\n"
2008 << " average block visits per function.\n"
2010 << " max block visits per function.\n";