Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DTokenAnnotator.h30 LT_ObjCMethodDecl, enumerator
DUnwrappedLineFormatter.cpp959 if (State.Line->Type == LT_ObjCMethodDecl) in formatLine()
DTokenAnnotator.cpp1379 return LT_ObjCMethodDecl; in parseLine()
2389 Line.Type = LT_ObjCMethodDecl; in annotate()
3427 if (Line.Type == LT_ObjCMethodDecl) { in spaceRequiredBefore()
DContinuationIndenter.cpp32 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()