Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h215 llvm::StringMap<unsigned> collectIdentifiers(llvm::StringRef Content,
H A DSourceCode.cpp612 llvm::StringMap<unsigned> collectIdentifiers(llvm::StringRef Content, in collectIdentifiers() function
H A DCodeComplete.cpp1558 auto Identifiers = collectIdentifiers(Content, Style); in runWithoutSema()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp329 auto IDs = collectIdentifiers(R"cpp( in TEST()