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

/openbsd-current/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4603 FormatStyle::LanguageKind guessLanguage(StringRef FileName, StringRef Code);
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3704 FormatStyle::LanguageKind guessLanguage(StringRef FileName, StringRef Code) { function in namespace:clang::format
3745 FormatStyle Style = getLLVMStyle(guessLanguage(FileName, Code));

Completed in 331 milliseconds