Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h129 bool hasImplicitInt() const { return Flags & ImplicitInt; } in hasImplicitInt() function
/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/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp510 Opts.ImplicitInt = Std.hasImplicitInt(); in ParseLangArgs()