Home
last modified time | relevance | path

Searched refs:getLanguageByComment (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp4151 static FormatStyle::LanguageKind getLanguageByComment(const Environment &Env) { in getLanguageByComment() function
4189 if (const auto Language = getLanguageByComment(Env); in guessLanguage()