HomeSort by: relevance | last modified time | path
    Searched refs:hasImplicitInt (Results 1 - 2 of 2) 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; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 3154 Opts.ImplicitInt = Std.hasImplicitInt();

Completed in 27 milliseconds