Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h65 void addUntouchableToken(const FormatToken &Tok, bool InPPDirective);
H A DUnwrappedLineFormatter.cpp1374 Whitespaces->addUntouchableToken(*TheLine.First, in format()
1380 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective); in format()
H A DWhitespaceManager.cpp61 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok, in addUntouchableToken() function in clang::format::WhitespaceManager