Home
last modified time | relevance | path

Searched refs:requiresStrictPrototypes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h545 bool requiresStrictPrototypes() const { in requiresStrictPrototypes() function
552 return !requiresStrictPrototypes() && !OpenCL; in implicitFunctionsAllowed()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp6738 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()
6876 return !getLangOpts().requiresStrictPrototypes() in isFunctionDeclaratorIdentifierList()
6911 assert(!getLangOpts().requiresStrictPrototypes() && in ParseFunctionDeclaratorIdentifierList()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp5298 !LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) { in GetFullTypeForDeclarator()
5320 T = (!LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) in GetFullTypeForDeclarator()
5603 if (!LangOpts.requiresStrictPrototypes()) { in GetFullTypeForDeclarator()
H A DSemaDecl.cpp8940 (HasPrototype || !SemaRef.getLangOpts().requiresStrictPrototypes()) && in CreateNewFunctionDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11330 if (ArgTypes.empty() && Variadic && !getLangOpts().requiresStrictPrototypes()) in GetBuiltinType()