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 29 Digraphs = (1 << 8),
82 /// hasDigraphs - Language supports digraphs.
83 bool hasDigraphs() const { return Flags & frontend::Digraphs; }
  /external/clang/lib/Lex/
Lexer.cpp 283 /// wants to get the true, uncanonicalized, spelling of things like digraphs
324 /// wants to get the true, uncanonicalized, spelling of things like digraphs
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 377 else if (!LangOpts.GNUMode && LangOpts.Digraphs)
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 320 milliseconds