Home
last modified time | relevance | path

Searched refs:LineType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.h27 enum LineType { enum
120 LineType Type;
H A DContinuationIndenter.cpp32 LineType LineType) { in shouldIndentWrappedSelectorName() argument
33 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
H A DTokenAnnotator.cpp975 LineType parsePreprocessorDirective() { in parsePreprocessorDirective()
977 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
1038 LineType parseLine() { in parseLine()