Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DWhitespaceManager.h58 void addUntouchableToken(const FormatToken &Tok, bool InPPDirective);
DUnwrappedLineFormatter.cpp888 Whitespaces->addUntouchableToken(*TheLine.First, in format()
893 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective); in format()
DWhitespaceManager.cpp65 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok, in addUntouchableToken() function in clang::format::WhitespaceManager