Home
last modified time | relevance | path

Searched refs:kindForType (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.cpp48 llvm::Optional<HighlightingKind> kindForType(const Type *TP);
60 if (auto K = kindForType(TD->getUnderlyingType().getTypePtrOrNull())) in kindForDecl()
109 llvm::Optional<HighlightingKind> kindForType(const Type *TP) { in kindForType() function
290 if (auto K = kindForType(L.getTypePtr())) in VisitDecltypeTypeLoc()
299 if (auto K = kindForType(AT->getDeducedType().getTypePtrOrNull())) in VisitDeclaratorDecl()