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

References

lib/DebugInfo/Symbolize/Symbolize.cpp
  524   if (!Name.empty() && Name.front() == '?') {
tools/clang/tools/extra/clangd/CodeComplete.cpp
  448       if (Snippet->front() == '<')
  450       if (Snippet->front() == '(')
  457       if (Snippet->front() != '<')
tools/clang/tools/extra/clangd/FormattedString.cpp
  123       if (!C.Contents.empty() && !isWhitespace(C.Contents.front()))