Searched refs:getArgDecl (Results 1 – 3 of 3) sorted by relevance
262 std::string getArgDecl(StringRef name) const;
280 std::string SymbolInfoMap::SymbolInfo::getArgDecl(StringRef name) const { in getArgDecl() function in SymbolInfoMap::SymbolInfo
362 os << formatv(", {0}", info.second.getArgDecl(info.first)); in emitStaticMatcher()