Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/src/
H A Dstring_util.h39 inline std::string StrCat(Args&&... args) { in StrCat() function
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DStrCatAppendCheck.cpp43 const auto StrCat = functionDecl(hasName("::absl::StrCat")); in registerMatchers() local