Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbol.h125 VisibleOutsideFile = 1 << 3, enumerator
H A DSymbolCollector.cpp679 S.Flags |= Symbol::VisibleOutsideFile; in handleMacros()
753 S.Flags |= Symbol::VisibleOutsideFile; in handleMacroOccurrence()
893 S.Flags |= Symbol::VisibleOutsideFile; in addDeclaration()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp286 if (!(IndexResult.Flags & Symbol::VisibleOutsideFile)) { in merge()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSymbolCollectorTests.cpp95 return static_cast<bool>(arg.Flags & Symbol::VisibleOutsideFile);