Searched refs:requiresStrictPrototypes (Results 1 – 5 of 5) sorted by relevance
757 bool requiresStrictPrototypes() const { in requiresStrictPrototypes() function764 return !requiresStrictPrototypes() && !OpenCL; in implicitFunctionsAllowed()
7214 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()7362 return !getLangOpts().requiresStrictPrototypes() in isFunctionDeclaratorIdentifierList()7388 assert(!getLangOpts().requiresStrictPrototypes() && in ParseFunctionDeclaratorIdentifierList()
5129 !LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) { in GetFullTypeForDeclarator()5156 T = (!LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) in GetFullTypeForDeclarator()5423 if (!LangOpts.requiresStrictPrototypes()) { in GetFullTypeForDeclarator()
9396 (HasPrototype || !SemaRef.getLangOpts().requiresStrictPrototypes()) && in CreateNewFunctionDecl()
12700 if (ArgTypes.empty() && Variadic && !getLangOpts().requiresStrictPrototypes()) in GetBuiltinType()