Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.h114 class TokenAnnotator {
116 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() function
DCMakeLists.txt8 TokenAnnotator.cpp
DAndroid.mk26 TokenAnnotator.cpp \
DTokenAnnotator.cpp1322 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels()
1338 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1398 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1495 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1511 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1645 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
1774 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
1893 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
1990 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
2120 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()
DFormat.cpp1239 TokenAnnotator Annotator(Style, Tokens.getKeywords()); in format()
/external/clang/patches/
D0004-Add-Android-build-system.patch1008 + TokenAnnotator.cpp \