Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2854 deleteToken(Tok); in checkEmptyNamespace()
2939 deleteToken(DeleteLeft ? Left : Right); in cleanupPair()
2941 deleteToken(Tok); in cleanupPair()
2962 inline void deleteToken(FormatToken *Tok) { in deleteToken() function in clang::format::__anon2090391b0111::Cleaner