Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h60 void addUntouchableToken(const FormatToken &Tok, bool InPPDirective);
H A DUnwrappedLineFormatter.cpp1211 Whitespaces->addUntouchableToken(*TheLine.First, in format()
1216 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective); in format()
H A DWhitespaceManager.cpp59 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok, in addUntouchableToken() function in clang::format::WhitespaceManager