HomeSort by: relevance | last modified time | path
    Searched refs:LK_None (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 783 if (!Seq.empty() && Seq[0].Language == FormatStyle::LK_None) {
787 Template.Language = FormatStyle::LK_None;
1433 assert(Language != FormatStyle::LK_None);
1452 if (Styles[i].Language == FormatStyle::LK_None && i != 0)
1470 if (Styles[i].Language != FormatStyle::LK_None)
1476 if (Styles.empty() || Styles[0].Language != FormatStyle::LK_None)
1515 assert(Style.Language != LK_None &&
1516 "Cannot add a style for LK_None to a StyleSet");
  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2429 LK_None,
3404 // Style.Language should be different than LK_None. If this FormatStyleSet
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 185 // between LK_None/LK_Block and NSClassIdKindKind
187 case Sema::LK_None:
SemaExpr.cpp 11220 return LK_None;
11247 if (LiteralKind == Sema::LK_None) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3583 LK_None

Completed in 62 milliseconds