Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h30 LT_ObjCMethodDecl, enumerator
H A DUnwrappedLineFormatter.cpp945 if (State.Line->Type == LT_ObjCMethodDecl) in formatLine()
H A DTokenAnnotator.cpp1339 return LT_ObjCMethodDecl; in parseLine()
2333 Line.Type = LT_ObjCMethodDecl; in annotate()
3300 if (Line.Type == LT_ObjCMethodDecl) { in spaceRequiredBefore()
H A DContinuationIndenter.cpp32 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()