Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.td9770 InGroup<ImplicitInt>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1179 if (getLangOpts().ImplicitInt && D.getDeclSpec().isEmpty()) { in ParseFunctionDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3154 Opts.ImplicitInt = Std.hasImplicitInt(); in setLangDefaults()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1350 if (S.getLangOpts().ImplicitInt) { in ConvertDeclSpecToType()