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

Completed in 295 milliseconds