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

/external/clang/include/clang/Frontend/
H A DLangStandard.h83 /// hasImplicitInt - Language allows variables to be typed as int implicitly.
84 bool hasImplicitInt() const { return Flags & frontend::ImplicitInt; } function in struct:clang::LangStandard
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1845 Opts.ImplicitInt = Std.hasImplicitInt();

Completed in 455 milliseconds