Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h207 llvm::StringMap<unsigned> collectIdentifiers(llvm::StringRef Content,
DSourceCode.cpp608 llvm::StringMap<unsigned> collectIdentifiers(llvm::StringRef Content, in collectIdentifiers() function
DCodeComplete.cpp1397 auto Identifiers = collectIdentifiers(Content, Style); in runWithoutSema()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSourceCodeTests.cpp319 auto IDs = collectIdentifiers(R"cpp( in TEST()