Home
last modified time | relevance | path

Searched refs:LK_None (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1224 if (!Seq.empty() && Seq[0].Language == FormatStyle::LK_None) { in element()
1228 Template.Language = FormatStyle::LK_None; in element()
2016 assert(Language != FormatStyle::LK_None); in parseConfiguration()
2035 if (Styles[i].Language == FormatStyle::LK_None && i != 0) in parseConfiguration()
2053 if (Style.Language != FormatStyle::LK_None) in parseConfiguration()
2059 if (Styles.empty() || Styles[0].Language != FormatStyle::LK_None) in parseConfiguration()
2104 assert(Style.Language != LK_None && in Add()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3183 LK_None, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h924 LK_None enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp193 case SemaObjC::LK_None: in ClassKindFromLiteralKind()
5247 return LK_None; in CheckLiteralKind()
H A DSemaChecking.cpp13346 if (Kind == SemaObjC::LK_String || Kind == SemaObjC::LK_None) in checkUnsafeAssignLiteral()
H A DSemaExpr.cpp11607 if (LiteralKind == SemaObjC::LK_None) { in diagnoseObjCLiteralComparison()