reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
89 if (I != E && *I != '{') 101 if (I == E) return true; // Just a prefix, like "==" or "~". 129 if (I == E) return true; // Just prefixes and modifiers! 134 while (I != E) { 137 StringRef::iterator ConstraintEnd = std::find(I+1, E, '}'); 138 if (ConstraintEnd == E) return true; // "{foo" 144 while (I != E && isdigit(static_cast<unsigned char>(*I)))