Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3207 LK_Verilog enumerator
3213 bool isVerilog() const { return Language == LK_Verilog; } in isVerilog()
5464 case FormatStyle::LK_Verilog: in getLanguageName()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp391 IO.enumCase(Value, "Verilog", FormatStyle::LK_Verilog); in enumeration()
1621 case FormatStyle::LK_Verilog: in getLLVMStyle()
3939 return FormatStyle::LK_Verilog; in getLanguageByFileName()