Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.h71 class TokenAnnotator {
73 TokenAnnotator(const FormatStyle &Style, IdentifierInfo &Ident_in) in TokenAnnotator() function
DCMakeLists.txt6 TokenAnnotator.cpp
DTokenAnnotator.cpp932 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
952 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1008 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1024 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1110 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
1196 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
1251 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
1333 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()
DFormat.cpp1471 TokenAnnotator Annotator(Style, Tokens.getIdentTable().get("in")); in format()