HomeSort by relevance Sort by last modified time
    Searched refs:ImplicitInt (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
LangStandard.h 30 ImplicitInt = (1 << 9)
84 bool hasImplicitInt() const { return Flags & frontend::ImplicitInt; }
  /external/clang/lib/Parse/
Parser.cpp 870 if (getLangOpts().ImplicitInt && D.getDeclSpec().isEmpty()) {
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 641 // BCPLComment, C99, CPlusPlus0x, Digraphs, GNUInline, ImplicitInt, GNUMode
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 660 if (S.getLangOpts().ImplicitInt) {
    [all...]

Completed in 1877 milliseconds