Home
last modified time | relevance | path

Searched refs:UseTab (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Format/
DFormat.h184 UseTabStyle UseTab; member
293 UseTab == R.UseTab && SpacesInParentheses == R.SpacesInParentheses &&
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Format/
DWhitespaceManager.cpp287 switch (Style.UseTab) { in appendIndentText()
DFormat.cpp158 IO.mapOptional("UseTab", Style.UseTab); in mapping()
218 LLVMStyle.UseTab = FormatStyle::UT_Never; in getLLVMStyle()
265 GoogleStyle.UseTab = FormatStyle::UT_Never; in getGoogleStyle()