Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandard.h129 bool hasImplicitInt() const { return Flags & ImplicitInt; } in hasImplicitInt() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3154 Opts.ImplicitInt = Std.hasImplicitInt(); in setLangDefaults()