Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h283 std::vector<std::string> visibleNamespaces(llvm::StringRef Code,
H A DSourceCode.cpp797 std::vector<std::string> visibleNamespaces(llvm::StringRef Code, in visibleNamespaces() function
H A DCodeComplete.cpp1575 Scopes.AccessibleScopes = visibleNamespaces( in runWithoutSema()
H A DXRefs.cpp575 visibleNamespaces(sourcePrefix(Word.Location, SM), AST.getLangOpts()); in locateSymbolTextually()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp525 visibleNamespaces(Case.first, format::getFormattingLangOpts( in TEST()