Home
last modified time | relevance | path

Searched defs:isC (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/strings/strings.erasure/
H A Derase_if.pass.cpp35 auto isC = [](auto ch) { return ch == 'c'; }; in test() local
/llvm-project/clang/include/clang/Testing/
H A DTestClangConfig.h30 bool isC() const { in isC() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMacroToEnumCheck.cpp324 bool isC = !LangOpts.CPlusPlus; in isInitializer() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h651 inline bool isC(SourceLanguage S) { isC() function