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

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp37 /// EncodingInfo - Holds the encoding type and length of the byte order mark if
39 typedef std::pair<UnicodeEncodingForm, unsigned> EncodingInfo; typedef
45 /// @returns An EncodingInfo indicating the Unicode encoding form of the input
47 static EncodingInfo getUnicodeEncoding(StringRef Input) {
1042 EncodingInfo EI = getUnicodeEncoding(currentInput());

Completed in 40 milliseconds