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

  /external/clang/include/clang/Frontend/
LangStandard.h 64 /// isC99 - Language is a superset of C99.
65 bool isC99() const { return Flags & frontend::C99; }
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 151 Opts.C99 = Std.isC99();
156 Opts.GNUInline = !Std.isC99();
    [all...]

Completed in 320 milliseconds