Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.h34 LT_ObjCMethodDecl, enumerator
DTokenAnnotator.cpp611 return LT_ObjCMethodDecl; in parseLine()
1192 Line.Type = LT_ObjCMethodDecl; in annotate()
1578 if (Line.Type == LT_ObjCMethodDecl) { in spaceRequiredBefore()
DFormat.cpp947 if (State.Line->Type == LT_ObjCMethodDecl) in format()