Searched refs:requiresStrictPrototypes (Results 1 – 5 of 5) sorted by relevance
545 bool requiresStrictPrototypes() const { in requiresStrictPrototypes() function552 return !requiresStrictPrototypes() && !OpenCL; in implicitFunctionsAllowed()
6738 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()6876 return !getLangOpts().requiresStrictPrototypes() in isFunctionDeclaratorIdentifierList()6911 assert(!getLangOpts().requiresStrictPrototypes() && in ParseFunctionDeclaratorIdentifierList()
5298 !LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) { in GetFullTypeForDeclarator()5320 T = (!LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) in GetFullTypeForDeclarator()5603 if (!LangOpts.requiresStrictPrototypes()) { in GetFullTypeForDeclarator()
8940 (HasPrototype || !SemaRef.getLangOpts().requiresStrictPrototypes()) && in CreateNewFunctionDecl()
11330 if (ArgTypes.empty() && Variadic && !getLangOpts().requiresStrictPrototypes()) in GetBuiltinType()