Home
last modified time | relevance | path

Searched refs:TokenAnnotator (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Format/
DTokenAnnotator.h141 class TokenAnnotator {
143 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() function
DCMakeLists.txt8 TokenAnnotator.cpp
DAndroid.mk26 TokenAnnotator.cpp \
DTokenAnnotator.cpp1457 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels()
1473 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1565 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
1588 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1682 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1698 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1853 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
1986 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
2121 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
2232 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
[all …]
DFormat.cpp1470 TokenAnnotator Annotator(Style, Tokens.getKeywords()); in format()