Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp405 Tok->Type = TT_ObjCMethodSpecifier; in consumeToken()
417 Line.First->is(TT_ObjCMethodSpecifier)) { in consumeToken()
653 if (Line.First->is(TT_ObjCMethodSpecifier)) { in parseLine()
1329 if (Line.First->is(TT_ObjCMethodSpecifier)) in annotate()
1553 if (Line.First->is(TT_ObjCMethodSpecifier)) in splitPenalty()
1770 if (Left.is(TT_ObjCMethodSpecifier)) in spaceRequiredBefore()
H A DFormatToken.h60 TT_ObjCMethodSpecifier, enumerator
H A DContinuationIndenter.cpp644 if (Current.is(TT_ObjCMethodSpecifier)) in moveStateToNextToken()