OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LanguageKind
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Format/
Format.h
419
enum
LanguageKind
{
434
LanguageKind
Language;
676
FormatStyle getGoogleStyle(FormatStyle::
LanguageKind
Language);
680
FormatStyle getChromiumStyle(FormatStyle::
LanguageKind
Language);
703
bool getPredefinedStyle(StringRef Name, FormatStyle::
LanguageKind
Language,
/external/clang/lib/Format/
Format.cpp
44
template <> struct ScalarEnumerationTraits<FormatStyle::
LanguageKind
> {
45
static void enumeration(IO &IO, FormatStyle::
LanguageKind
&Value) {
204
FormatStyle::
LanguageKind
OldLanguage = Style.Language;
205
FormatStyle::
LanguageKind
Language =
544
FormatStyle getGoogleStyle(FormatStyle::
LanguageKind
Language) {
595
FormatStyle getChromiumStyle(FormatStyle::
LanguageKind
Language) {
676
bool getPredefinedStyle(StringRef Name, FormatStyle::
LanguageKind
Language,
702
FormatStyle::
LanguageKind
Language = Style->Language;
[
all
...]
Completed in 33 milliseconds