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

  /external/clang/include/clang/Frontend/
LangStandard.h 27 Digraphs = (1 << 6),
74 /// hasDigraphs - Language supports digraphs.
75 bool hasDigraphs() const { return Flags & frontend::Digraphs; }
  /external/clang/lib/Lex/
Lexer.cpp 239 /// wants to get the true, uncanonicalized, spelling of things like digraphs
287 /// wants to get the true, uncanonicalized, spelling of things like digraphs
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 288 else if (!LangOpts.GNUMode && LangOpts.Digraphs)
CompilerInvocation.cpp 641 // BCPLComment, C99, CPlusPlus0x, Digraphs, GNUInline, ImplicitInt, GNUMode
    [all...]

Completed in 192 milliseconds