Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h275 std::vector<std::string> visibleNamespaces(llvm::StringRef Code,
DSourceCode.cpp793 std::vector<std::string> visibleNamespaces(llvm::StringRef Code, in visibleNamespaces() function
DXRefs.cpp475 visibleNamespaces(sourcePrefix(Word.Location, SM), AST.getLangOpts()); in locateSymbolTextually()
DCodeComplete.cpp1414 Scopes.AccessibleScopes = visibleNamespaces( in runWithoutSema()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSourceCodeTests.cpp515 visibleNamespaces(Case.first, format::getFormattingLangOpts( in TEST()