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

/external/clang/include/clang/Frontend/
H A DLangStandard.h91 /// hasImplicitInt - Language allows variables to be typed as int implicitly.
92 bool hasImplicitInt() const { return Flags & frontend::ImplicitInt; } function in struct:clang::LangStandard

Completed in 31 milliseconds