Searched refs:AllBytes (Results 1 – 3 of 3) sorted by relevance
498 createSignature(StringRef AllBytes, StringRef ASTBlockBytes);
219 my $AllBytes = join "" => map {chr} 0 .. 255;220 (my $x = $AllBytes) =~ s/[[:cntrl:]]//g;225 ($x = $AllBytes) =~ s/[^[:cntrl:]]//g;
1115 ASTWriter::createSignature(StringRef AllBytes, StringRef ASTBlockBytes) { in createSignature() argument1123 AllBytes.take_front(ASTBlockBytes.bytes_end() - AllBytes.bytes_begin())); in createSignature()1125 AllBytes.take_back(AllBytes.bytes_end() - ASTBlockBytes.bytes_end())); in createSignature()