Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestClangConfig.h30 bool isC() const { return Language == Lang_C89 || Language == Lang_C99; } in isC() function
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h346 inline bool isC(SourceLanguage S) { in isC() function