Home
last modified time | relevance | path

Searched refs:addUntouchableToken (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h65 void addUntouchableToken(const FormatToken &Tok, bool InPPDirective);
H A DUnwrappedLineFormatter.cpp1433 Whitespaces->addUntouchableToken(*TheLine.First, in format()
1439 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective); in format()
H A DWhitespaceManager.cpp66 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok, in addUntouchableToken() function in clang::format::WhitespaceManager