Searched refs:str_ref (Results 1 – 2 of 2) sorted by relevance
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()
58 llvm::StringRef str_ref(string); in ExceptionMaskValidator() local60 str_ref.split(candidates, '|'); in ExceptionMaskValidator()