HomeSort by: relevance | last modified time | path
    Searched defs:hasImplicitInt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangStandard.h 128 /// hasImplicitInt - Language allows variables to be typed as int implicitly.
129 bool hasImplicitInt() const { return Flags & ImplicitInt; }
LangStandard.h 128 /// hasImplicitInt - Language allows variables to be typed as int implicitly.
129 bool hasImplicitInt() const { return Flags & ImplicitInt; }
LangStandard.h 128 /// hasImplicitInt - Language allows variables to be typed as int implicitly.
129 bool hasImplicitInt() const { return Flags & ImplicitInt; }

Completed in 112 milliseconds