Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h575 bool requiresStrictPrototypes() const { in requiresStrictPrototypes() function
582 return !requiresStrictPrototypes() && !OpenCL; in implicitFunctionsAllowed()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp6891 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()
7029 return !getLangOpts().requiresStrictPrototypes() in isFunctionDeclaratorIdentifierList()
7064 assert(!getLangOpts().requiresStrictPrototypes() && in ParseFunctionDeclaratorIdentifierList()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp5370 !LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) { in GetFullTypeForDeclarator()
5397 T = (!LangOpts.requiresStrictPrototypes() && !LangOpts.OpenCL) in GetFullTypeForDeclarator()
5681 if (!LangOpts.requiresStrictPrototypes()) { in GetFullTypeForDeclarator()
H A DSemaDecl.cpp9078 (HasPrototype || !SemaRef.getLangOpts().requiresStrictPrototypes()) && in CreateNewFunctionDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp11475 if (ArgTypes.empty() && Variadic && !getLangOpts().requiresStrictPrototypes()) in GetBuiltinType()