reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/TrigramIndex.cpp
   42       if (Char == '\\') {
   46       if (isAdvancedMetachar(Char)) {
   51       if (Char == '.' || Char == '*') {
   51       if (Char == '.' || Char == '*') {
   57     if (Escaped && Char >= '1' && Char <= '9') {
   57     if (Escaped && Char >= '1' && Char <= '9') {
   63     Tri = ((Tri << 8) + Char) & 0xFFFFFF;