Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2279 deleteToken(Tok); in checkEmptyNamespace()
2364 deleteToken(DeleteLeft ? Left : Right); in cleanupPair()
2366 deleteToken(Tok); in cleanupPair()
2387 inline void deleteToken(FormatToken *Tok) { in deleteToken() function in clang::format::__anon8802244b0111::Cleaner