Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Format/
HDFormat.h173 enum UseTabStyle { enum
184 UseTabStyle UseTab;
/trueos/contrib/llvm/tools/clang/lib/Format/
HDFormat.cpp49 struct ScalarEnumerationTraits<clang::format::FormatStyle::UseTabStyle> {
51 clang::format::FormatStyle::UseTabStyle &Value) { in enumeration()