Searched refs:LineType (Results 1 – 3 of 3) sorted by relevance
27 enum LineType { enum120 LineType Type;
32 LineType LineType) { in shouldIndentWrappedSelectorName() argument33 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
975 LineType parsePreprocessorDirective() { in parsePreprocessorDirective()977 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()1038 LineType parseLine() { in parseLine()