Searched refs:open_paren_pos (Results 1 – 1 of 1) sorted by relevance
134 const size_t open_paren_pos = full.find('('); in GetCategory() local137 if (open_paren_pos == llvm::StringRef::npos || in GetCategory()141 return full.substr(open_paren_pos + 1, in GetCategory()142 close_paren_pos - (open_paren_pos + 1)); in GetCategory()147 const size_t open_paren_pos = full.find('('); in GetFullNameWithoutCategory() local149 if (open_paren_pos == llvm::StringRef::npos || in GetFullNameWithoutCategory()