reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
110 if (Text.size() >= 2 && Text[0] == '_' && 110 if (Text.size() >= 2 && Text[0] == '_' && 111 (isUppercase(Text[1]) || Text[1] == '_')) 111 (isUppercase(Text[1]) || Text[1] == '_')) 117 if (Text.find("__") != StringRef::npos)