Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h62 void addUntouchableToken(const FormatToken &Tok, bool InPPDirective);
H A DUnwrappedLineFormatter.cpp1226 Whitespaces->addUntouchableToken(*TheLine.First, in format()
1231 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective); in format()
H A DWhitespaceManager.cpp61 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok, in addUntouchableToken() function in clang::format::WhitespaceManager