Searched refs:requiresStrictPrototypes (Results 1 – 5 of 5) sorted by relevance
620 bool requiresStrictPrototypes() const { in requiresStrictPrototypes() function627 return !requiresStrictPrototypes() && !OpenCL; in implicitFunctionsAllowed()
7123 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()7270 return !getLangOpts().requiresStrictPrototypes() in isFunctionDeclaratorIdentifierList()7305 assert(!getLangOpts().requiresStrictPrototypes() && in ParseFunctionDeclaratorIdentifierList()
5496 !LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) { in GetFullTypeForDeclarator()5523 T = (!LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) in GetFullTypeForDeclarator()5815 if (!LangOpts.requiresStrictPrototypes()) { in GetFullTypeForDeclarator()
9311 (HasPrototype || !SemaRef.getLangOpts().requiresStrictPrototypes()) && in CreateNewFunctionDecl()
11592 if (ArgTypes.empty() && Variadic && !getLangOpts().requiresStrictPrototypes()) in GetBuiltinType()