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

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h620 bool requiresStrictPrototypes() const { function in class:clang::LangOptions
627 return !requiresStrictPrototypes() && !OpenCL;
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7123 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() ||
7270 return !getLangOpts().requiresStrictPrototypes()
7305 assert(!getLangOpts().requiresStrictPrototypes() &&
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5496 !LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) {
5523 T = (!LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL)
5815 if (!LangOpts.requiresStrictPrototypes()) {
H A DSemaDecl.cpp9311 (HasPrototype || !SemaRef.getLangOpts().requiresStrictPrototypes()) &&
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4288 //assert(!LangOpts.requiresStrictPrototypes() &&
11592 if (ArgTypes.empty() && Variadic && !getLangOpts().requiresStrictPrototypes())

Completed in 226 milliseconds