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

References

tools/clang/tools/extra/clang-include-fixer/SymbolIndexManager.cpp
  106       auto SymbolContext = Symbol.getContexts().begin();
  110              SymbolContext != Symbol.getContexts().end()) {
  127         IsMatched &= (SymbolContext == Symbol.getContexts().end());
  135             (Symbol.getSymbolKind() == SymbolInfo::SymbolKind::Function ||
  136              Symbol.getSymbolKind() == SymbolInfo::SymbolKind::Variable ||
  137              Symbol.getSymbolKind() ==
  139              Symbol.getSymbolKind() == SymbolInfo::SymbolKind::Macro))