Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1338 deleteToken(Tok); in checkEmptyNamespace()
1420 deleteToken(DeleteLeft ? Left : Right); in cleanupPair()
1422 deleteToken(Tok); in cleanupPair()
1443 inline void deleteToken(FormatToken *Tok) { in deleteToken() function in clang::format::__anon1d12efaa0111::Cleaner