Searched refs:str_ref (Results 1 – 3 of 3) sorted by relevance
94 const std::string& str_ref = ""; in Positives() local95 std::string_view view3 = true ? "A" : str_ref; in Positives()97 view3 = true ? "A" : str_ref; in Positives()
59 bool contains_lambda_identifier(llvm::StringRef &str_ref) { in contains_lambda_identifier() argument60 return str_ref.contains("$_") || str_ref.contains("'lambda'"); in contains_lambda_identifier()
57 llvm::StringRef str_ref(string); in ExceptionMaskValidator() local59 str_ref.split(candidates, '|'); in ExceptionMaskValidator()