Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp1533 deleteToken(Tok); in checkEmptyNamespace()
1615 deleteToken(DeleteLeft ? Left : Right); in cleanupPair()
1617 deleteToken(Tok); in cleanupPair()
1638 inline void deleteToken(FormatToken *Tok) { in deleteToken() function in clang::format::__anonc7612c320111::Cleaner