Searched defs:StrCat (Results 1 – 2 of 2) sorted by relevance
39 inline std::string StrCat(Args&&... args) { in StrCat() function
43 const auto StrCat = functionDecl(hasName("::absl::StrCat")); in registerMatchers() local