Searched refs:collectWords (Results 1 – 4 of 4) sorted by relevance
220 llvm::StringSet<> collectWords(llvm::StringRef Content);
841 llvm::StringSet<> collectWords(llvm::StringRef Content) { in collectWords() function
1454 ContextWords = collectWords(Content.slice(RangeBegin, RangeEnd)); in populateContextWords()
335 auto Words = collectWords(R"cpp( in TEST()