Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp547 bool DeclIsCanonical = false; in handleDeclOccurrence() local
551 DeclIsCanonical = true; in handleDeclOccurrence()
560 DeclIsCanonical = true; in handleDeclOccurrence()
634 else if (!BasicSymbol || DeclIsCanonical) in handleDeclOccurrence()