Home
last modified time | relevance | path

Searched refs:ImplicitInt (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h57 ImplicitInt = (1 << 14), enumerator
129 bool hasImplicitInt() const { return Flags & ImplicitInt; } in hasImplicitInt()
H A DLangStandards.def40 ImplicitInt)
46 Digraphs | ImplicitInt)
50 LineComment | Digraphs | GNUMode | ImplicitInt)
H A DLangOptions.def119 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
H A DDiagnosticGroups.td10 def ImplicitInt : DiagGroup<"implicit-int">;
15 ImplicitInt
H A DDiagnosticSemaKinds.td9842 InGroup<ImplicitInt>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1182 if (getLangOpts().ImplicitInt && D.getDeclSpec().isEmpty()) { in ParseFunctionDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3151 Opts.ImplicitInt = Std.hasImplicitInt(); in setLangDefaults()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1351 if (S.getLangOpts().ImplicitInt) { in ConvertDeclSpecToType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp510 Opts.ImplicitInt = Std.hasImplicitInt(); in ParseLangArgs()