Home
last modified time | relevance | path

Searched refs:getDecision (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatToken.h346 FormatDecision getDecision() const { in getDecision() function
351 assert(getDecision() == D && "FormatDecision overflow!"); in setDecision()
H A DUnwrappedLineFormatter.cpp1210 FormatDecision LastFormat = Node->State.NextToken->getDecision(); in analyzeSolutionSpace()