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

Declarations

tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
   38 llvm::Optional<HighlightingKind> kindForType(const Type *TP);

References

tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
   46     if (auto K = kindForType(TD->getUnderlyingType().getTypePtrOrNull()))
  220     if (auto K = kindForType(L.getTypePtr()))
  226     if (auto K = kindForType(L.getTypePtr()))
  263     auto K = kindForType(AT->getDeducedType().getTypePtrOrNull());