Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1880 deleteToken(Tok); in checkEmptyNamespace()
1962 deleteToken(DeleteLeft ? Left : Right); in cleanupPair()
1964 deleteToken(Tok); in cleanupPair()
1985 inline void deleteToken(FormatToken *Tok) { in deleteToken() function in clang::format::__anon5a72e2a60111::Cleaner