Lines Matching refs:Function
228 enum { Function, Block, Lambda } funMode;
251 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(Func))
252 isTemplateInstantiation = Function->isTemplateInstantiation();
260 D.funMode = Function;
297 if (funMode == Function) {
320 /// function that should return a value. Check that we don't fall off the end
321 /// of a noreturn function. We assume that functions and blocks not marked
356 // FIXME: Function try block
489 /// DiagUninitUse -- Helper function to produce a diagnostic for an
628 /// DiagnoseUninitializedUse -- Helper function for diagnosing uses of an
1064 Function,
1077 FunctionKind = Function;
1284 /// the lockset in deterministic order, so this function orders diagnostics
1409 // warnings on a function, method, or block.
1582 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(D))
1583 isTemplateInstantiation = Function->isTemplateInstantiation();
1668 << " average CFG blocks per function.\n"
1670 << " max CFG blocks per function.\n";
1680 << " average variables per function.\n"
1682 << " max variables per function.\n"
1685 << " average block visits per function.\n"
1687 << " max block visits per function.\n";