Home
last modified time | relevance | path

Searched defs:hasDigraphs (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
DLangStandard.h83 bool hasDigraphs() const { return Flags & frontend::Digraphs; } in hasDigraphs() function
/external/llvm-project/clang/include/clang/Basic/
DLangStandard.h119 bool hasDigraphs() const { return Flags & Digraphs; } in hasDigraphs() function