Home
last modified time | relevance | path

Searched defs:removeParens (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp57 static std::string removeParens(llvm::StringRef S) { in removeParens() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2139 void removeParens(SmallVectorImpl<AnnotatedLine *> &Lines, in removeParens() function in clang::format::__anon2090391b0111::ParensRemover