|
clang 23.0.0git
|
#include "clang/Lex/TextEncoding.h"
Public Member Functions | |
| llvm::TextEncodingConverter * | getConverter (ConversionAction Action) const |
| llvm::StringRef | getLiteralEncoding () |
Static Public Member Functions | |
| static std::error_code | setConvertersFromOptions (TextEncoding &TE, const clang::LangOptions &Opts) |
Definition at line 19 of file TextEncoding.h.
| llvm::TextEncodingConverter * TextEncoding::getConverter | ( | ConversionAction | Action | ) | const |
Definition at line 15 of file TextEncoding.cpp.
References clang::CA_ToLiteralEncoding.
Referenced by clang::CharLiteralParser::CharLiteralParser().
|
inline |
Definition at line 28 of file TextEncoding.h.
|
static |
Definition at line 25 of file TextEncoding.cpp.
References clang::LangOptions::LiteralEncoding, and clang::UTF8.
Referenced by clang::CompilerInstance::createPreprocessor().