Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3650 FormatStyle::LanguageKind guessLanguage(StringRef FileName, StringRef Code);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2951 FormatStyle::LanguageKind guessLanguage(StringRef FileName, StringRef Code) { in guessLanguage() function
2980 FormatStyle Style = getLLVMStyle(guessLanguage(FileName, Code)); in getStyle()