Home
last modified time | relevance | path

Searched refs:LT_ObjCMethodDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h29 LT_ObjCMethodDecl, enumerator
H A DUnwrappedLineFormatter.cpp1166 if (State.Line->Type == LT_ObjCMethodDecl) in formatLine()
H A DTokenAnnotator.cpp2030 return LT_ObjCMethodDecl; in parseLine()
3678 Line.Type = LT_ObjCMethodDecl; in annotate()
5268 if (Line.Type == LT_ObjCMethodDecl) { in spaceRequiredBefore()
H A DContinuationIndenter.cpp36 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()