Searched refs:requiresStrictPrototypes (Results 1 – 5 of 5) sorted by relevance
662 bool requiresStrictPrototypes() const { in requiresStrictPrototypes() function669 return !requiresStrictPrototypes() && !OpenCL; in implicitFunctionsAllowed()
7553 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()7708 return !getLangOpts().requiresStrictPrototypes() in isFunctionDeclaratorIdentifierList()7743 assert(!getLangOpts().requiresStrictPrototypes() && in ParseFunctionDeclaratorIdentifierList()
5064 !LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) { in GetFullTypeForDeclarator()5091 T = (!LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) in GetFullTypeForDeclarator()5383 if (!LangOpts.requiresStrictPrototypes()) { in GetFullTypeForDeclarator()
9176 (HasPrototype || !SemaRef.getLangOpts().requiresStrictPrototypes()) && in CreateNewFunctionDecl()
12075 if (ArgTypes.empty() && Variadic && !getLangOpts().requiresStrictPrototypes()) in GetBuiltinType()