HomeSort by: relevance | last modified time | path
    Searched defs:IsCSharpGenericTypeConstraint (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.h 212 IsInsideObjCArrayLiteral(false), IsCSharpGenericTypeConstraint(false),
338 bool IsCSharpGenericTypeConstraint : 1;
391 if (IsCSharpGenericTypeConstraint != Other.IsCSharpGenericTypeConstraint)
392 return IsCSharpGenericTypeConstraint;

Completed in 15 milliseconds