Home
last modified time | relevance | path

Searched refs:isImplicitIntAllowed (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h679 bool isImplicitIntAllowed() const { return !CPlusPlus && !C23; } in isImplicitIntAllowed() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp978 if (!S.getLangOpts().isImplicitIntAllowed() && !DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
992 assert(S.getLangOpts().isImplicitIntAllowed() && in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3026 if (!isTypeSpecifier(DSC) && getLangOpts().isImplicitIntAllowed() && in ParseImplicitInt()