Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.h109 class TokenAnnotator {
111 TokenAnnotator(const FormatStyle &Style, IdentifierInfo &Ident_in) in TokenAnnotator() function
DCMakeLists.txt8 TokenAnnotator.cpp
DAndroid.mk29 TokenAnnotator.cpp \
DTokenAnnotator.cpp1162 TokenAnnotator::setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines) { in setCommentLineLevels()
1177 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1239 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1327 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1343 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1445 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
1572 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
1643 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
1708 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
1816 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()
DFormat.cpp1729 TokenAnnotator Annotator(Style, Tokens.getIdentTable().get("in")); in format()
/external/clang/patches/
D0004-Add-Android-build-system.patch1008 + TokenAnnotator.cpp \