Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.h65 void addUntouchableToken(const FormatToken &Tok, bool InPPDirective);
H A DUnwrappedLineFormatter.cpp1396 Whitespaces->addUntouchableToken(*TheLine.First, in format()
1402 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective); in format()
H A DWhitespaceManager.cpp61 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok, in addUntouchableToken() function in clang::format::WhitespaceManager