Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DLangStandard.h59 bool hasLineComments() const { return Flags & frontend::LineComment; } in hasLineComments() function
/external/llvm-project/clang/include/clang/Basic/
DLangStandard.h86 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments() function