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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 8605   for (start = selector_start; start && *start != '\0' && *start != ']';
 8605   for (start = selector_start; start && *start != '\0' && *start != ']';
 8605   for (start = selector_start; start && *start != '\0' && *start != ']';
 8605   for (start = selector_start; start && *start != '\0' && *start != ']';
 8606        start += len) {
 8607     len = ::strcspn(start, ":]");
 8608     bool has_arg = (start[len] == ':');
 8611     selector_idents.push_back(&ast->Idents.get(llvm::StringRef(start, len)));