Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h620 bool requiresStrictPrototypes() const { in requiresStrictPrototypes() function
627 return !requiresStrictPrototypes() && !OpenCL; in implicitFunctionsAllowed()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7123 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()
7270 return !getLangOpts().requiresStrictPrototypes() in isFunctionDeclaratorIdentifierList()
7305 assert(!getLangOpts().requiresStrictPrototypes() && in ParseFunctionDeclaratorIdentifierList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5496 !LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) { in GetFullTypeForDeclarator()
5523 T = (!LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) in GetFullTypeForDeclarator()
5815 if (!LangOpts.requiresStrictPrototypes()) { in GetFullTypeForDeclarator()
H A DSemaDecl.cpp9311 (HasPrototype || !SemaRef.getLangOpts().requiresStrictPrototypes()) && in CreateNewFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11592 if (ArgTypes.empty() && Variadic && !getLangOpts().requiresStrictPrototypes()) in GetBuiltinType()